Skip to main content

bench_main

Macro bench_main 

Source
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.