pub(crate) fn run_benchmark<B: Benchmark>( timings: &mut HashMap<&'static str, f32>, )
Run a Benchmark and record its timing.
Benchmark