[Haskell-cafe] Benchmarking Framework

2008-05-28 Thread Tom Harper
I am in the process of writing a library for my MSc dissertation and would like to do some benchmarking. In doing so I need to compare the time and space of my library with some other code. Is there a framework for doing so in Haskell, aside from the Profiling tools in GHC? Basically I'm

Re: [Haskell-cafe] Benchmarking Framework

2008-05-28 Thread Ketil Malde
Tom Harper [EMAIL PROTECTED] writes: I am in the process of writing a library for my MSc dissertation and would like to do some benchmarking. In doing so I need to compare the time and space of my library with some other code. Is there a framework for doing so in Haskell, aside from the

Re: [Haskell-cafe] Benchmarking Framework

2008-05-28 Thread Marc Weber
On Wed, May 28, 2008 at 11:41:34AM +0100, Tom Harper wrote: I am in the process of writing a library for my MSc dissertation and would like to do some benchmarking. In doing so I need to compare the time and space of my library with some other code. Is there a framework for doing so in