criterion

Robust, reliable performance measurement and analysis

http://www.serpentine.com/criterion

Version on this page:1.1.0.0@rev:3
LTS Haskell 22.14:1.6.3.0
Stackage Nightly 2024-03-29:1.6.3.0
Latest on Hackage:1.6.3.0

See all snapshots criterion appears in

BSD-3-Clause licensed and maintained by Bryan O'Sullivan
This version can be pinned in stack with:criterion-1.1.0.0@sha256:d2268caa573e56a512324fc3786e87dfd86f75960398d9258443a7cb117a7f96,3741

Criterion: robust, reliable performance measurement

This package provides the Criterion module, a Haskell library for measuring and analysing software performance.

To get started, read the online tutorial, and take a look at the programs in the examples directory.

Building and installing

To build and install criterion, just run

cabal install criterion

Get involved!

Please report bugs via the github issue tracker.

Master github repository:

  • git clone https://github.com/bos/criterion.git

There’s also a Mercurial mirror:

  • hg clone https://bitbucket.org/bos/criterion

(You can create and contribute changes using either Mercurial or git.)

Authors

This library is written and maintained by Bryan O’Sullivan, [email protected].

Changes

1.1.0.0

1.0.2.0

  • Bump lower bound on optparse-applicative to 0.11 to handle yet more annoying API churn.

1.0.1.0

  • Added a lower bound of 0.10 on the optparse-applicative dependency, as there were major API changes between 0.9 and 0.10.