blob: a331977172f8ef85194e8150d1df4ca171f94117 (
plain) (
blame)
1
2
3
4
5
6
|
This Haskell library provides a powerful but simple way to measure the
performance of Haskell code. It provides both a framework for executing
and analysing benchmarks and a set of driver functions that makes it
easy to build and run benchmarks, and to analyse their results.
WWW: http://hackage.haskell.org/package/criterion
|