Hacker News new | ask | show | jobs
by viraptor 1302 days ago
https://github.com/bheisler/criterion.rs is good for tests like that. It will give you much more than a single number and handle things like outliers. This makes identifying noisy tests simpler.
1 comments

The benchmarking harness that the post uses is based on criterion