Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/criterion
A powerful but simple library for measuring the performance of Haskell code.
https://github.com/haskell/criterion
Last synced: about 1 month ago
JSON representation
A powerful but simple library for measuring the performance of Haskell code.
- Host: GitHub
- URL: https://github.com/haskell/criterion
- Owner: haskell
- License: bsd-2-clause
- Created: 2010-10-10T18:22:22.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T22:16:34.000Z (9 months ago)
- Last Synced: 2024-04-16T00:49:06.323Z (7 months ago)
- Language: Haskell
- Homepage: http://www.serpentine.com/criterion
- Size: 2.69 MB
- Stars: 496
- Watchers: 17
- Forks: 87
- Open Issues: 30
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.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,
.