macro_rules! benchmark_main {
    ($($group_name:path),+) => { ... };
    ($($group_name:path,)+) => { ... };
}
Expand description

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