criterion-to-html

Convert criterion output to HTML reports

http://github.com/jaspervdj/criterion-to-html

Latest on Hackage:0.0.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Jasper Van der Jeugt

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