criterion-compare: A simple tool for visualising differences in Criterion benchmark results

[ bsd3, development, program ] [ Propose Tags ]

Create a html file containing a quick comparison of results for the input files.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.15), bytestring (>=0.10 && <0.11), cassava (>=0.5 && <0.6), Chart (>=1.6 && <1.10), Chart-diagrams (>=1.6 && <1.10), clay (>=0.10 && <0.14), colour (>=2.3 && <2.4), containers (>=0.6 && <0.7), data-default (>=0.5 && <7.2), filepath (>=1.4 && <1.5), lens (>=4.13 && <4.20), lucid (>=2.9 && <2.10), optparse-applicative (>=0.12 && <0.16), text (>=1.2 && <1.3), vector (>=0.11 && <0.13) [details]
License BSD-3-Clause
Copyright (c) 2016 Ben Gamari
Author Ben Gamari <ben@well-typed.com>
Maintainer ben@well-typed.com, klebinger.andreas@gmx.at
Revised Revision 1 made by BenGamari at 2020-05-10T22:05:01Z
Category Development
Home page http://github.com/AndreasPK/criterion-compare
Source repo head: git clone https://github.com/bgamari/criterion-compare.git
Uploaded by BenGamari at 2019-07-29T16:09:39Z
Distributions
Executables criterion-compare
Downloads 621 total (3 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-07-29 [all 2 reports]

Readme for criterion-compare-0.1.0.0

[back to package description]

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).