diff options
Diffstat (limited to 'benchmarks/hs-criterion/pkg-descr')
-rw-r--r-- | benchmarks/hs-criterion/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/hs-criterion/pkg-descr b/benchmarks/hs-criterion/pkg-descr index a331977172f8..f4331227d96d 100644 --- a/benchmarks/hs-criterion/pkg-descr +++ b/benchmarks/hs-criterion/pkg-descr @@ -1,6 +1,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. +This library provides a powerful but simple way to measure sofware +performance. 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 +WWW: https://github.com/bos/criterion |