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