Criterion 0.3.0 has silently deprecated Benchmark which mathbench was using and replaced it with BenchmarkGroup. This will require updating all the benchmarks. It should be a good change though, can now add throughput for benchmarks and it might make it easier to wrap benchmarks in #[cfg] blocks.
Criterion 0.3.0 has silently deprecated
Benchmark
whichmathbench
was using and replaced it withBenchmarkGroup
. This will require updating all the benchmarks. It should be a good change though, can now add throughput for benchmarks and it might make it easier to wrap benchmarks in#[cfg]
blocks.