@hackage criterion1.2.0.0
Robust, reliable performance measurement and analysis
Categories
License
BSD-3-Clause
Maintainer
Bryan O'Sullivan <bos@serpentine.com>
Links
Versions
Deprecated
Tested Compilers
Dependencies (29)
- Glob >=0.7.2
- aeson >=0.8
- ansi-wl-pprint >=0.6.7.2
- base >=4.5 && <4.11
- base-compat >=0.9 && <0.10
- binary >=0.5.1.0 Show all…
Dependents (1051)
@hackage/prometheus-effect, @hackage/transformations, @hackage/stream-monad, @hackage/pava, @hackage/posix-paths, @hackage/AlanDeniseEricLauren, Show all…
Package Flags
fast
(off by default)
compile without optimizations
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, bos@serpentine.com.
