File: README.markdown

package info (click to toggle)
haskell-criterion 1.6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: haskell: 1,891; javascript: 811; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Criterion: robust, reliable performance measurement

[![Hackage](https://img.shields.io/hackage/v/criterion.svg)](https://hackage.haskell.org/package/criterion) [![Build Status](https://github.com/haskell/criterion/workflows/Haskell-CI/badge.svg)](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 <a
href="http://www.serpentine.com/criterion/tutorial.html"
target="_blank">online tutorial</a>, and take a look at the programs
in the <a href="/examples"
target="_blank">examples directory</a>.

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