Skip to main content

run_workloads

Function run_workloads 

Source
pub async fn run_workloads(
    run_name: &str,
    subcommands: Vec<WorkloadSubcommand>,
    duration_secs: u64,
    mem_stats: Arc<MemoryPressureStats>,
) -> Result<Vec<FuchsiaPerfBenchmarkResult>>