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