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
].
pub async fn run<B: BftBinding + 'static>(
config: Config,
bft_binding: B,
) -> Result<Reports>
Runs a benchmark using the given BftBinding
and Config
and produces [Stats
].