[Webkit-unassigned] [Bug 142400] [buildbot] clean-build script should remove untracked files and revert local changes too

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 09:36:00 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142400

--- Comment #8 from Csaba Osztrogonác <ossy at webkit.org> ---
Just to have some statistics, how fast/slow are svn and git

Cloning from official Apple servers:
-------------------------------------
$ time git clone git://git.webkit.org/WebKit.git
real    28m41.117s ---> 5.4x slower than svn
user    27m23.484s ---> 20.5x more consumed CPU time than svn
sys     2m14.190s  ---> 3.2x more consumed kernel time than svn

$ time svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit
real    5m4.963s
user    1m20.516s
sys     0m42.239s

Cloning from our internal mirrors:
-----------------------------------
$ time git clone git://<our-internal-git-mirror>
real    11m52.672s ---> 6.9x slower than svn
user    26m45.524s ---> 25.1x more consumed CPU time than svn
sys     2m10.426s  ---> 3.6x more consumed kernel time than svn

$ time svn checkout svn://<our-internal-svn-mirror>/webkit/trunk WebKit
real    1m43.370s
user    1m4.520s
sys     0m36.122s

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150320/627afa3c/attachment-0002.html>


More information about the webkit-unassigned mailing list