Cygwin performance results linux-headers-2.6.21-2: bzr 0.18 vs hg 0.9.4

Jari Aalto jari.aalto at cante.net
Thu Aug 2 18:36:01 BST 2007


I ran tests under Cygwin as well for comparison. P II/400
W2ksp4/latest Cygwin. Both programs are native Cygwin applications
with Cygwin Python 2.5. 

The difference is huge. Let me know if I can help profiling.

Jari

bzr 0.18

    $ bzr init
    real    0m52.398s
    user    0m2.814s
    sys     0m8.802s

    $ bzr add .
    real    2m56.609s
    user    0m16.854s
    sys     0m16.403s

    $ bzr ci -m "- commit"
    real    10m56.302s
    user    2m4.989s
    sys     1m1.748s

hg 0.9.4

    $ hg init
    real    0m10.663s
    user    0m0.540s
    sys     0m1.522s

    $ hg add .
    real    0m48.265s
    user    0m7.370s
    sys     0m12.768s

    $ hg ci -m "- commit"
    real    2m12.517s
    user    0m34.479s
    sys     0m43.822s




More information about the bazaar mailing list