Skip to main content

benchmark_parallel

Function benchmark_parallel 

Source
pub fn benchmark_parallel<F>(
    name: &str,
    runs: u64,
    parallel_count: u64,
    thread_count: usize,
    func: F,
)
where F: FnMut() + Send + Clone + 'static,