Skip to main content

history_chart

Function history_chart 

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