On Wed, May 27, 2009 at 12:02 PM, austin s <a...@nijoruj.org> wrote:

>  Perhaps benchpress would be more to your liking:
>
>  http://hackage.haskell.org/cgi-bin/hackage-scripts/package/benchpress
>

Note that since benchpress measures every single invocation of the provided
IO action in order to compute percentiles it's not good at measuring the
execution times of small functions as the timing overhead dominates in those
cases.

Cheers,

Johan
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to