macro_rules! bench_main {
($($tokens:tt)*) => { ... };
}Expand description
Defines the entry point for GPUI Criterion benchmark groups.
This mirrors criterion::criterion_main! so GPUI benchmark files can keep the
same shape as ordinary Criterion benchmarks.