Macro bencher::benchmark_group [] [src]

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

Defines a function called $group_name that returns the test description values for the listed functions $function.