[Haskell-cafe] Re: proposal: HaBench, a Haskell Benchmark Suite
Simon Michael
simon at joyful.com
Thu Jun 24 20:24:13 EDT 2010
On 6/24/10 4:24 PM, Andy Georges wrote:
> Or if any of you out there have (recent) apps with inputs that are open source ... let us know.
Hi Andy.. you could run the hledger benchmarks, roughly like so:
$ cabal install tabular
$ darcs get --lazy http://joyful.com/repos/hledger
$ cd hledger
$ make quickbench
and edit bench.tests for different/slower/faster tests.
More information about the Haskell-Cafe
mailing list