Crate criterion_bencher_compat
Source - benchmark_group
- Stand-in for
bencher::benchmark_group! which performs benchmarks using Criterion.rs instead. - benchmark_main
- Stand-in for
bencher::benchmark_main! which performs benchmarks using Criterion.rs instead.
- Bencher
- Stand-in for
bencher::Bencher which uses Criterion.rs to perform the benchmark instead. - Criterion
- The benchmark manager
- black_box
- A function that is opaque to the optimizer, used to prevent the compiler from
optimizing away computations in a benchmark.