[PATCH 0 of 3] Fast implemenation of parseindex in C
Bernhard Leiner
mailinglists.bleiner at gmail.com
Tue Sep 16 05:50:41 UTC 2008
2008/9/15 Matt Mackall <mpm at selenic.com>:
> Try the attached extension for performance testing.
Testing with this extension yields the following results:
$ hg perfstatus
hg-stable:
wall 0.058468 comb 0.060000 user 0.040000 sys 0.020000 (best of 100)
with my patch:
wall 0.030876 comb 0.030000 user 0.020000 sys 0.010000 (best of 100)
$ hg perfwalkstable
hg-stable:
wall 0.072368 comb 0.070000 user 0.020000 sys 0.050000 (best of 100)
with my patch:
wall 0.032648 comb 0.040000 user 0.030000 sys 0.010000 (best of 100)
$ hg perfdirstate
hg-stable:
wall 0.016630 comb 0.020000 user 0.010000 sys 0.010000 (best of 179)
with my patch:
wall 0.006426 comb 0.000000 user 0.000000 sys 0.000000 (best of 462)
--
Bernhard Leiner http://bernh.net
More information about the Mercurial
mailing list