pub fn run(input: BenchInput) -> Result<BenchReport, String>Expand description
Run a complete bench. Loads both frontiers, computes every metric, and returns the report. Caller decides what to do with the exit code.
pub fn run(input: BenchInput) -> Result<BenchReport, String>Run a complete bench. Loads both frontiers, computes every metric, and returns the report. Caller decides what to do with the exit code.