Skip to main content

write_bench_html

Function write_bench_html 

Source
pub async fn write_bench_html(
    path: &Path,
    reports: &[BenchReport],
) -> Result<()>
Expand description

Render every report into a standalone HTML page.

ยงErrors

Returns an error if the file cannot be written.