Function run

Source
pub async fn run<B: BftBinding + 'static>(
    config: Config,
    bft_binding: B,
) -> Result<Reports>
Expand description

Runs a benchmark using the given BftBinding and Config and produces [Stats].