Skip to main content

run_bench_run

Function run_bench_run 

Source
pub fn run_bench_run(
    mode: BenchMode,
    cmd: Option<&str>,
    iterations: usize,
    clean_cmd: Option<&str>,
    sched_args: &[String],
) -> Result<()>