What benchmarking practices exist in the Rust community, and where can I learn about them?
โ Rust ๐ 2025-10-15 ๐ค surdeus ๐๏ธ 8Based on my initial goals, I have the following requirements:
- For the benchmarking itself, Iโll just use Criterion without any fuss and look at its reports.
- I want to keep a performance history tied to code changes. Each checkpoint in this history is a commit plus the benchmark reports.
- I donโt want to store the reports locally in the repository. For example, the ripgrep approach seems inconvenient to me.
After looking through many popular crates, Iโve concluded that setting up a good practice isnโt so straightforward.
1 post - 1 participant
๐ท๏ธ Rust_feed