Results of first test with 198 patches.
Posted Apr 12, 2005 17:05 UTC (Tue) by
StevenCole (guest, #3068)
Parent article:
The guts of git
Linus seems happy with this first test. I just hope the disk usage doesn't become an issue down the road.
On Tue, 12 Apr 2005, Andrew Morton wrote:
>>
>> This is the first live test of Linus's git-importing ability. I'm about
>> to disappear for 1.5 weeks - hope we'll still have a kernel left when I
>> get back.
Yee-haa! 198 patches applied in less than 3 minutes. That's pretty exactly
the "one patch per second" I was aiming for (0.8 seconds per patch, so my
estimate from a few days ago of 0.75 was pretty much on the money).
> du -sh .git
102M .git
> time dotest ~/andrews-first-patchbomb
.. "Applying" messages scroll past ..
real 2m39.840s
user 1m40.594s
sys 0m58.179s
> time show-diff
real 0m0.148s
user 0m0.080s
sys 0m0.068s
> du -sh .git
111M .git
ie we added 9MB of stuff from a set of emails that totaled a 859kB mbox.
So say an expansion of about 10x over the pure emailed patches. Which is
not out-of-line with my expectations, but considering that you _could_
have just compressed the patches and thrown the headers away and you'd
have gotten a 190kB archive of just pure patches, it's not like this is
hugely space-efficient.
I don't think I ever claimed it would be ;)
Anyway, I'm not going to release this tree, because quite frankly I want
to double-check that everything went right, and I want to re-base the
archive on some more history than starting _purely_ from scratch in
2.6.12-rc2 (maybe from 2.6.11), but in general it looks good. Now, if I
can get the stupid merging going on, it will actually be _useful_ ;)
Linus
PS. Yes, the tree still builds after this exercise ;)
(
Log in to post comments)