diff options
Diffstat (limited to 'benchmarks/hs-criterion/pkg-descr')
-rw-r--r-- | benchmarks/hs-criterion/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/hs-criterion/pkg-descr b/benchmarks/hs-criterion/pkg-descr new file mode 100644 index 000000000000..d6eb9071f809 --- /dev/null +++ b/benchmarks/hs-criterion/pkg-descr @@ -0,0 +1,9 @@ +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. + +The fastest way to get started is to read the documentation and +examples in the Criterion.Main module. + +WWW: http://hackage.haskell.org/package/criterion |