pub fn iter(
ctx: &BenchmarkContext,
name: &str,
throughput_unit: &str,
throughput_count_per_iteration: u32,
f: impl FnMut() -> Duration,
) -> SubBenchResultpub fn iter(
ctx: &BenchmarkContext,
name: &str,
throughput_unit: &str,
throughput_count_per_iteration: u32,
f: impl FnMut() -> Duration,
) -> SubBenchResult