@hackage criterion-to-html0.0.0.3

Convert criterion output to HTML reports

A program to convert criterion output (a CSV file) to an HTML which has some quick and dirty plots to compare the results. To generate the CSV file, run your criterion benchmark using the -u flag:

some-criterion-benchmark -u results.csv

You can then convert the CSV results to some simple HTML plots using this program:

criterion-to-html results.csv