Crate criterion_bencher_compat

Crate criterion_bencher_compat 

Source

Macros§

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.

Structs§

Bencher
Stand-in for bencher::Bencher which uses Criterion.rs to perform the benchmark instead.
Criterion
The benchmark manager

Functions§

black_box
A function that is opaque to the optimizer, used to prevent the compiler from optimizing away computations in a benchmark.