Message3214

Author droundy
Recipients beschmi, dagit, darcs-devel, droundy, ertai, jaredj, kowey, markstos, tommy, zooko
Date 2008-02-07.20:44:48
Content
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 very easy to work with when tracking down code.

And a good start for a benchmarking framework would simply be something that
sets up a few repos and then runs the above on each of them.

David
History
Date User Action Args
2008-02-07 20:44:52droundysetmessageid: <1202417092.01.0.868680007387.issue647@darcs.net>
2008-02-07 20:44:52droundysetrecipients: + droundy, tommy, beschmi, kowey, markstos, darcs-devel, zooko, dagit, jaredj, ertai
2008-02-07 20:44:51droundylinkissue647 messages
2008-02-07 20:44:48droundycreate