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

Basic Benchmarking/Profiling #323

Closed
jakehemmerle opened this issue Apr 14, 2023 · 2 comments
Closed

Basic Benchmarking/Profiling #323

jakehemmerle opened this issue Apr 14, 2023 · 2 comments

Comments

@jakehemmerle
Copy link
Contributor

Would be good to get some basic benchmarking down so we can track things over time. This would be great to do before we switch to something like Axum, should we choose to do so. Shouldn't take took long.

The Rust Performance Book is a good spot to start. criterion is probably the way to go, since it's very widely supported, a little more feature filled if we need it going forward. Rust's built-in benchmarking relies on nightly.

@jakehemmerle
Copy link
Contributor Author

RiscZero uses benchmarking in their CI, and it looks very nice.

@HCastano
Copy link
Collaborator

HCastano commented Sep 9, 2024

Yeah we should have more benchmarks, but we have no plans to address this any time soon. Will open new issues when we do.

@HCastano HCastano closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants