pub fn bench_function<F>(name: &str, iterations: u64, f: F) -> BenchmarkResultwhere
F: FnMut(),Expand description
Run a benchmark function multiple times
pub fn bench_function<F>(name: &str, iterations: u64, f: F) -> BenchmarkResultwhere
F: FnMut(),Run a benchmark function multiple times