fluxbench-cli 0.1.3

FluxBench CLI: Supervisor process, benchmark filtering, output generation, and worker orchestration
Documentation
1
2
3
4
5
6
7
//! FluxBench CLI - Benchmark Supervisor
//!
//! The supervisor process that orchestrates benchmark execution.

fn main() -> anyhow::Result<()> {
    fluxbench_cli::run()
}