pub fn run_simple_tournament(
name: &str,
baseline: impl Fn() + Send + Sync + 'static,
candidate: impl Fn() + Send + Sync + 'static,
cfg: MeasurementConfig,
) -> Result<TournamentResult>Expand description
Run a named microbenchmark tournament with two simple variants.