bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.55k stars 301 forks source link

Always use `std::hint::black_box()`. #794

Closed waywardmonkeys closed 2 months ago

waywardmonkeys commented 2 months ago

This has been stable since Rust 1.66 and our MSRV is now 1.70.

The feature is kept around for now as removing it would break people's configurations if they were enabling it.

It can be removed at the next semver break.

Supercedes #701. Fixes #633. Fixes #700.