pub async fn write_bench_html( path: &Path, reports: &[BenchReport], ) -> Result<()>
Render every report into a standalone HTML page.
Returns an error if the file cannot be written.