-
Notifications
You must be signed in to change notification settings - Fork 100
feat(benchmark): Add quantified benchmarking for nonce management #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We're building your pull request over on Zeet. |
chore(server): sort imports
feat(benchmark): Add support for checking transaction status times
chore(worker): remove fee data info for now bc it's hacky and won't work with non eip1559 evm chains
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
![]() @ElasticBottle if you can take a look too 👀 . let me know if you see anything abnormal |
This PR is stale because it has been open for 7 days with no activity. Remove stale label or comment or this PR will be closed in 3 days. |
Signed-off-by: farhanW3 <132962163+farhanW3@users.noreply.github.com>
Changes
How this PR will be tested
winstoni/plat-1058
yarn
to grab latest packagesyarn benchmark
against your local serverOutput
Known Issue
The time taken table currently shows negative time because the
createdTimestamp
is consistently larger than thesubmitted
orprocessed
timestamp. Likely a docker oddity