in benches/benches.rs [136:146]
fn scale_throughputs(
&self,
typical: f64,
throughput: &Throughput,
values: &mut [f64],
) -> &'static str {
match *throughput {
Throughput::Elements(elems) => self.cycles_per_element(elems as f64, typical, values),
_ => unimplemented!(),
}
}