This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 168b06738f7143b3bbf49d882a15e7b7a66c1796
tree 5c44002d225f1495611d3f06126767e5c3e83a1d
parent ac31d311e1f114b4ebc752c9263b51517d84003d
tree 5c44002d225f1495611d3f06126767e5c3e83a1d
parent ac31d311e1f114b4ebc752c9263b51517d84003d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
Math/ | ||
| |
README | Sat Aug 09 10:34:07 -0700 2008 | |
| |
Setup.hs | ||
| |
Test/ | ||
| |
benchpress.cabal |
README
BenchPress ========== BenchPress is a library used to run micro-benchmarks on Haskell code. It produces detailed reports of the run benchmark that can be used to better understand the behavior of the function under test. Here's some example output: $ ./my-benchmark Times (ms) min mean +/-sd median max 197.840 321.024 134.126 272.296 603.299 Percentiles (ms) 50% 266.748 66% 292.810 75% 293.004 80% 293.004 90% 532.179 95% 603.299 98% 603.299 99% 603.299 100% 603.299 INSTALLING ---------- BenchPress uses the Cabal build infrastructure for building and installing. If you have cabal-install installed it is as simple as: $ cabal install benchpress








