@hackage / criterion-to-html

Convert criterion output to HTML reports

Latest0.0.0.3

About

Metadata

  • Last updated , by JasperVanDerJeugt
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: Jasper Van der Jeugt <m@jaspervdj.be>

  • Lottery factor: 0

Links

Installation

Readme

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