[darcs-devel] [issue647] wish: automated benchmarking and comparison

2008-03-03 Thread David Roundy
On Mon, Mar 03, 2008 at 03:49:02PM -, Eric Kow wrote: > We are developing a Haskell benchmarking library called Maybench. The project > also includes a darcs-specific wrapper (darcs-benchmark), which we are > primarily > focusing on. > > See http://code.google.com/p/maybench > > Or darcs

[darcs-devel] [issue647] wish: automated benchmarking and comparison

2008-03-03 Thread Eric Kow
I guess now that we have something which sort of works, I should point out that work has started on this. We are developing a Haskell benchmarking library called Maybench. The project also includes a darcs-specific wrapper (darcs-benchmark), which we are primarily focusing on. See http://cod

[darcs-devel] [issue647] wish: automated benchmarking and comparison

2008-02-07 Thread David Roundy
I should mention that I've found a couple of patterns useful in tracking down performance bugs: darcs obliterate --last 100 -a && darcs pull -a darcs unrecord --last 1 -a && darcs record -a -m foo It would be helpful for a benchmarking code to focus on inverse pairs like this, because they're

[darcs-devel] [issue647] wish: automated benchmarking and comparison

2008-02-06 Thread Mark Stosberg
I started on this about three years ago. You are welcome to re-use my work from then: http://lists.osuosl.org/pipermail/darcs-devel/2005-March/001524.html http://mark.stosberg.com/darcs_hive/darcs_speed_test/ Mark -- nosy: +markstos status: chatting -> deferred title: automated be