criterion-1.6.4.0: README.markdown
# Criterion: robust, reliable performance measurement
[](https://hackage.haskell.org/package/criterion) [](https://github.com/haskell/criterion/actions?query=workflow%3AHaskell-CI)
This package provides the Criterion module, a Haskell library for
measuring and analysing software performance.
<a href="http://www.serpentine.com/criterion/fibber.html" target="_blank"><img src="www/fibber-screenshot.png"></a>
To get started, read the [online
tutorial](http://www.serpentine.com/criterion/tutorial.html), and take a look
at the programs in the [examples
directory](https://github.com/haskell/criterion/tree/master/examples).
# Get involved!
Please report bugs via the
[github issue tracker](https://github.com/haskell/criterion/issues).
Master [github repository](https://github.com/haskell/criterion):
* `git clone https://github.com/haskell/criterion.git`
# Authors
This library is written and maintained by Bryan O'Sullivan,
<bos@serpentine.com>.