pub fn run_benches_console(
    opts: BenchOpts,
    benches: Vec<BenchMetadata>
) -> Result<()>
Expand description

Runs the given benches under the given options and prints the output to the console