Skip to content
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

Move long-running benchmarks to src/bin/ #710

Closed
garious opened this issue Jul 19, 2018 · 0 comments
Closed

Move long-running benchmarks to src/bin/ #710

garious opened this issue Jul 19, 2018 · 0 comments
Assignees

Comments

@garious
Copy link
Contributor

garious commented Jul 19, 2018

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.
@garious garious added this to the v0.8.0 milestone Jul 19, 2018
@garious garious self-assigned this Jul 19, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
lijunwangs pushed a commit to lijunwangs/solana that referenced this issue Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant