You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The long-running benchmarks don't need libtest or criterion and could make use of debug symbols for debugging. Neither the integration tests or the benchmarks is the right place for them. Until we can think of a more appropriate place, let's move them to src/bin/bench-*.
Rename src/bin/client-demo.rs to src/bin/bench-tps.rs and output binary to solana-bench-tps.
Move benches/streamer.rs to src/bin/bench-streamer.rs, purge criterion, and output binary to solana-bench-streamer.
The text was updated successfully, but these errors were encountered:
The long-running benchmarks don't need libtest or criterion and could make use of debug symbols for debugging. Neither the integration tests or the benchmarks is the right place for them. Until we can think of a more appropriate place, let's move them to
src/bin/bench-*
.src/bin/client-demo.rs
tosrc/bin/bench-tps.rs
and output binary tosolana-bench-tps
.benches/streamer.rs
tosrc/bin/bench-streamer.rs
, purge criterion, and output binary tosolana-bench-streamer
.The text was updated successfully, but these errors were encountered: