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