login
Header Space

 
 

Git benchmarks at OpenOffice.org wiki

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: <releases@...>, Jan Holesovsky <kendy@...>
Date: Tuesday, May 1, 2007 - 5:46 pm

OpenOffice.org is looking for a new SCM (Software Configuration 
Management) tool, or at least was on Friday, 19 Jan 2007;
see: http://blogs.sun.com/GullFOSS/entry/openoffice_org_scm

One of the SCMs considered is Git. One of others is Subversion.
There is a functional git tree with the entire OOo history for testing 
purposes that can be found at: http://go-oo.org/git.

What I am concerned about is some of git benchmark results at Git page 
on OpenOffice.org wiki:
  http://wiki.services.openoffice.org/wiki/Git#Comparison
Actually it is comparison with CVS and Subversion, although most 
benchmarks are done only for git.


In 'Size of data on the server' git has CVS beat hands down: 1.3G vs 
8.5G for sources, 591M vs 1.1G for third party. I think it is similar
for Subversion. I hope that repository is fully packed: IIRC the Mozilla
CVS repository import was about 0.6GB pack file, not 1.3GB.


The problem is with 'Size of checkout': to start working in repository
one needs 1.4G (sources) and 98M (third party) for CVS checkout (it is
1.5G for sources for Subversion checkout). Ordinary for distributed SCM
you would need size of repository + size of sources (working area), 
which is 2.8G for sources and 688M for third party stuff files you can 
hack on + the history]. This makes some prefer to go centralized SCM 
route, i.e. Subversion as replacement for CVS (+ CWS, ChildWorkSpace).

What might help here is splitting repository into current (e.g. from
OOo 2.0) and historical part, and / or using shallow clone. Implementing 
partial checkouts, i.e. checking out only part of working area (and 
using 'theirs' strategy for merging not-checked-out part for merges) 
would help. Splitting repository into submodules, and submodule
support -- it depends on organization of OOo sources, would certainly 
help for third party stuff repository.

'Checkout time' (which should be renamed to 'Initial checkout time'),
in which git also loses with 130 minutes (Linux, 2MBit DSL) [from 
go-oo.org], 100min (Linux, 2MBit DSL, Wireless, no proxy) [from 
go-oo.org] versus 117 minutes (Linux, 2MBit DSL), 26 minutes (Linux, 
2MBit DSL, with compression (-z 6)) for CVS, and  60 Minutes (Windows, 
34Mbit Line) for Subversion, would also be helped by the above.


What I'm really concerned about is branch switch and merging branches,
when one of the branches is an old one (e.g. unxsplash branch), which 
takes 3min (!) according to the benchmark. 13-25sec for commit is also 
bit long, but BRANCH SWITCHING which takes 3 MINUTES!? There is no 
comparison benchmark for CVS or Subversion, though...

Comparison / benchmark lacks some crucial info, like what computer was 
used (CPU, RAM, HDD), what filesystem was used, git version etc. It 
does have commands used for tests (benchmarks).

Could you confirm (or deny) those results? go-oo.org uses git 1.4.3.4;
was there some improvement or bugfix related to the speed of checkout?

-- 
Jakub Narebski
ShadeHawk on #git
Poland
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Git benchmarks at OpenOffice.org wiki, Jakub Narebski, (Tue May 1, 5:46 pm)
Re: Git benchmarks at OpenOffice.org wiki, Florian Weimer, (Thu May 3, 3:03 am)
Re: Git benchmarks at OpenOffice.org wiki, Johannes Schindelin, (Thu May 3, 5:33 am)
Re: Git benchmarks at OpenOffice.org wiki, Robin Rosenberg, (Thu May 3, 6:16 am)
Re: Git benchmarks at OpenOffice.org wiki, Martin Langhoff, (Thu May 3, 6:48 am)
Re: Git benchmarks at OpenOffice.org wiki, Robin Rosenberg, (Sun May 6, 4:05 pm)
Re: Git benchmarks at OpenOffice.org wiki, Jan Holesovsky, (Wed May 2, 10:24 am)
Re: Git benchmarks at OpenOffice.org wiki, Jakub Narebski, (Wed May 2, 7:30 pm)
Re: [tools-dev] Re: Git benchmarks at OpenOffice.org wiki, Jan Holesovsky, (Thu May 3, 7:51 am)
Re: [tools-dev] Re: Git benchmarks at OpenOffice.org wiki, Jakub Narebski, (Thu May 3, 8:48 pm)
Re: Git benchmarks at OpenOffice.org wiki, Petr Baudis, (Wed May 2, 12:15 pm)
Re: Git benchmarks at OpenOffice.org wiki, Jan Holesovsky, (Wed May 2, 12:27 pm)
Re: Git benchmarks at OpenOffice.org wiki, Petr Baudis, (Wed May 2, 12:37 pm)
Re: Git benchmarks at OpenOffice.org wiki, Petr Baudis, (Wed May 2, 12:48 pm)
Re: Git benchmarks at OpenOffice.org wiki, Johannes Schindelin, (Wed May 2, 10:35 am)
Re: Git benchmarks at OpenOffice.org wiki, Johannes Schindelin, (Wed May 2, 6:24 am)
Re: Git benchmarks at OpenOffice.org wiki, Jan Holesovsky, (Wed May 2, 10:41 am)
Re: Git benchmarks at OpenOffice.org wiki, Johannes Schindelin, (Wed May 2, 12:24 pm)
Re: Git benchmarks at OpenOffice.org wiki, Jakub Narebski, (Wed May 2, 7:33 am)
Re: Git benchmarks at OpenOffice.org wiki, Linus Torvalds, (Fri May 4, 11:56 pm)
Re: Git benchmarks at OpenOffice.org wiki, Junio C Hamano, (Mon May 7, 4:05 am)
Re: Git benchmarks at OpenOffice.org wiki, Linus Torvalds, (Mon May 7, 11:22 am)
Re: Git benchmarks at OpenOffice.org wiki, Johannes Schindelin, (Wed May 2, 10:55 am)
Re: Git benchmarks at OpenOffice.org wiki, Andy Parkins, (Wed May 2, 4:55 am)
Re: Git benchmarks at OpenOffice.org wiki, Julian Phillips, (Wed May 2, 5:51 am)
Re: Git benchmarks at OpenOffice.org wiki, Andy Parkins, (Wed May 2, 6:58 am)
Re: Git benchmarks at OpenOffice.org wiki, Junio C Hamano, (Wed May 2, 1:26 pm)
Re: Git benchmarks at OpenOffice.org wiki, Jan Holesovsky, (Wed May 2, 10:37 am)
Re: Git benchmarks at OpenOffice.org wiki, Andy Parkins, (Wed May 2, 11:33 am)
Re: Git benchmarks at OpenOffice.org wiki, Julian Phillips, (Wed May 2, 10:28 am)
Re: Git benchmarks at OpenOffice.org wiki, Andy Parkins, (Wed May 2, 11:30 am)
Re: Git benchmarks at OpenOffice.org wiki, Julian Phillips, (Wed May 2, 1:11 pm)
Re: Git benchmarks at OpenOffice.org wiki, Junio C Hamano, (Tue May 1, 6:27 pm)
speck-geostationary