Small datapoint
John Arbash Meinel
john at arbash-meinel.com
Tue Dec 13 20:24:42 GMT 2005
I just did a quick test on my local network to see the difference
between bzr with sftp and http when doing 'bzr branch'. What I found was
pretty shocking:
$ time bzr branch sftp://juju//srv/bzr/public/branches/bzr/permissions
Branched 1487 revision(s).
real 0m54.889s
user 0m16.424s
sys 0m3.983s
jameinel at liliana ~/dev/bzr
$ time bzr branch http://bzr.arbash-meinel.com/branches/bzr/permissions
Branched 1487 revision(s).
real 22m4.033s
user 20m53.494s
sys 0m41.984s
So it took 20x longer over http than it took over sftp. All of this is
local (including a local DNS server). But noticing that the user time is
20minutes, it seems that all of that time is spent parsing something.
(Probably the inventory).
Just a small update. This was done with the latest bzr.dev (1487)
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051213/0432f04c/attachment.pgp
More information about the bazaar
mailing list