[][src]Macro criterion_bencher_compat::benchmark_group

macro_rules! benchmark_group {
    ($group_name:ident, $($function:path),+) => { ... };
    ($group_name:ident, $($function:path,)+) => { ... };
}

Stand-in for bencher::benchmark_group! which performs benchmarks using Criterion.rs instead.