Skip to main content

bar_chart

Function bar_chart 

Source
fn bar_chart(
    history: &BenchHistory,
    name: &str,
    extract: impl Fn(&SpecBenchResult) -> f64,
) -> Result<String>