2.1.0 bzr performance under Cygwin
Jari Aalto
jari.aalto at cante.net
Thu Mar 11 12:57:23 GMT 2010
An example:
$ time python -V
Python 2.5.2
real 0m0.208s
user 0m0.030s
sys 0m0.125s
$ time { bzr init; touch 1; bzr add 1; bzr ci -m add ; }
Created a standalone tree (format: 2a)
adding 1
real 0m7.623s
user 0m1.778s
sys 0m4.215s
$ time bzr init
Created a standalone tree (format: 2a)
real 0m2.500s
user 0m0.796s
sys 0m1.374s
$ time bzr add 1
adding 1
real 0m2.011s
user 0m0.639s
sys 0m1.202s
$ bzr ci -m add
real 0m2.499s
user 0m0.702s
sys 0m1.436s
The startup of bzr takes quite a much time for each commands. If there
is a way obtain detailed profiling results, let me know how can I help.
Jari
More information about the bazaar
mailing list