Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Run the FluxBench CLI with the given arguments. This is the main entry point for benchmark binaries.

ยงReturns

Returns Ok(()) on success, or an error if something goes wrong.