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