iter_many

Function iter_many 

Source
pub fn iter_many(
    ctx: &BenchmarkContext,
    names: Vec<String>,
    throughput_unit: &str,
    throughput_count_per_iteration: u32,
    f: impl FnMut() -> Vec<Duration>,
) -> Vec<SubBenchResult>