Comment 6 for bug 137449

Revision history for this message
Martin Pool (mbp) wrote : Re: status performance regression compared to 0.17

I've just tested this on my machine grace on the
gcc 4.1.0 tree, with LANG=en_AU.UTF-8

/home/mbp/bzr/bzr.0.17/bzr --no-plugins add -q 4.82s user 0.35s system 99% cpu 5.184 total
bzr status > /tmp/st2 2.54s user 0.34s system 99% cpu 2.882 total
/home/mbp/bzr/bzr.0.17/bzr --no-plugins ci -m 'initial commit' 99.69s user 6.54s system 85% cpu 2:04.80 total

/home/mbp/bzr/trunk/bzr --no-plugins add -q 5.20s user 0.31s system 99% cpu 5.511 total
/home/mbp/bzr/trunk/bzr --no-plugins status 2.33s user 0.36s system 67% cpu 3.989 total
/home/mbp/bzr/trunk/bzr --no-plugins status > /tmp/status.out 2.59s user 0.32s system 99% cpu 2.922 total
/home/mbp/bzr/trunk/bzr --no-plugins commit -q -m initial\ commit 74.60s user 5.52s system 87% cpu 1:31.09 total
~/bzr/trunk/bzr --no-plugins status > status.out 3.04s user 0.63s system 99% cpu 3.683 total
~/bzr/trunk/bzr --no-plugins status > status.out 1.34s user 0.36s system 100% cpu 1.698 total

So there's no clear indication yet...