feat: Add transaction ingestion benchmarks using Criterion#444
feat: Add transaction ingestion benchmarks using Criterion#444lgalabru merged 22 commits intosolana-foundation:mainfrom
Conversation
|
Oh wow, awesome @TanmayDhobale, it looks awesome! |
just fixed ;) |
MicaiahReid
left a comment
There was a problem hiding this comment.
This is really cool! I've never done bench testing with rust before, this was very informative for me!
One bigger refactor request: rather than adding new dependencies to core, can we add a new bench crate to the root of the project (in the crates folder)? This crate can pull the benchmark crates as well as surfpool-core as a dependency.
yea thanks !now we created the new crates/bench crate in the root crates folder and it pulls |
…mark and simplify CI workflow command
lgalabru
left a comment
There was a problem hiding this comment.
Beautiful, thanks @TanmayDhobale !
cc @lgalabru #441