Macro codspeed_bencher_compat::benchmark_group
source ยท 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.