pub fn benchmark<F>(name: &str, iterations: usize, f: F) -> Durationwhere F: Fn(),
Benchmark a function with multiple iterations