benchpress-0.2.2.5: benchpress.cabal
name: benchpress
version: 0.2.2.5
synopsis: Micro-benchmarking with detailed statistics.
Description: Benchmarks actions and produces statistics
such as min, mean, median, standard deviation,
and max execution time. Also computes
execution time percentiles. Comes with
functions to pretty-print the results.
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer: johan.tibell@gmail.com
build-type: Simple
cabal-version: >= 1.2
category: Testing
homepage: http://github.com/tibbe/benchpress
library
exposed-modules: Test.BenchPress
other-modules: Math.Statistics
build-depends: base >= 2.0 && < 4.6,
mtl >= 1 && < 2.1,
time >= 1 && < 1.5
ghc-options: -funbox-strict-fields -Wall