@hackage criterion-compare0.1.0.0
A simple tool for visualising differences in Criterion benchmark results
Categories
License
BSD-3-Clause
Maintainer
ben@well-typed.com, klebinger.andreas@gmx.at
Links
Versions
- 0.1.0.0 Thu, 10 Apr 2025
Installation
Dependencies (0)
- Chart >=1.6 && <1.10
- Chart-diagrams >=1.6 && <1.10
- base >=4.9 && <4.22
- bytestring >=0.10 && <0.13
- cassava >=0.5 && <0.6
- clay >=0.10 && <0.16 Show all…
Dependents (0)
Criterion-compare
A tool for quick comparisons between different criterion runs via their csv files.
Use like this:
$ criterion-compare <run1.csv> <run2.csv>
Which will generate the files comparison.html and comparison.svg.
Attributions
This tool was initially written by Ben Gamari (bgamari), extended by Brandon Simmons (jberryman) and most recently updated by Andreas Klebinger (AndreasPK).