macro_rules! benchmark_group {
($group_name:ident, $($function:path),+) => { ... };
($group_name:ident, $($function:path,)+) => { ... };
}Expand description
Defines a function called $group_name that returns the test description
values for the listed functions $function.