@hackage criterion-to-html0.0.0.3
Convert criterion output to HTML reports
Categories
License
BSD-3-Clause
Maintainer
Jasper Van der Jeugt <m@jaspervdj.be>
Links
Versions
Installation
Dependencies (0)
- base >=4 && <5
- bytestring >=0.9 && <0.10
- containers >=0.3 && <0.6
- filepath >=1.1 && <1.4
- aeson >=0.3 && <0.7
- blaze-html >=0.5 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
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