# criterion
**Repository Path**: mirrors_ndmitchell/criterion
## Basic Information
- **Project Name**: criterion
- **Description**: A powerful but simple library for measuring the performance of Haskell code.
- **Primary Language**: Unknown
- **License**: BSD-2-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-03-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Criterion: robust, reliable performance measurement
[](https://travis-ci.org/bos/criterion)
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](https://github.com/bos/criterion/issues).
Master [github repository](https://github.com/bos/criterion):
* `git clone https://github.com/bos/criterion.git`
There's also a [Mercurial mirror](https://bitbucket.org/bos/criterion):
* `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,
.