macro_rules! bench_group {
($($tokens:tt)*) => { ... };
}Expand description
Defines a Criterion benchmark group for benchmarks annotated with open_gpui::bench.
This mirrors criterion::criterion_group! so GPUI benchmark files can keep the
same shape as ordinary Criterion benchmarks.