Comment 11 for bug 721250

Revision history for this message
Per Johansson (per.j) wrote :

bzr log -v is faster now (using python-2.6 and cython, 21670 revs):

time bzr-dev log -v > /dev/null

real 8m23.487s
user 8m3.592s
sys 0m17.853s

and the subdir log is also slightly faster:

time bzr-dev log . > /dev/null

real 115m59.288s
user 112m19.072s
sys 3m39.049s

but they're still on the same order of magnitudes.

bzr.dev revno 6093