name: benchpress version: 0.1 synopsis: Micro-benchmarking with detailed statistics. Description: Runs benchmarks and produces detailed reports that includes common statistical measures like mean execution time but also groups execution times into percentiles. license: BSD3 license-file: LICENSE author: Johan Tibell maintainer: johan.tibell@gmail.com build-type: Simple cabal-version: >= 1.2 category: Testing library exposed-modules: Test.BenchPress other-modules: Math.Statistics build-depends: base >= 2.1 && < 3.1, mtl >= 1 && < 1.2, time >= 1.1 && < 1.2 ghc-options: -funbox-strict-fields -Wall