Skip to main content

benchmark

Function benchmark 

Source
pub(crate) fn benchmark<F>(name: &str, size: usize, f: F) -> f64
where F: FnMut(),