Re: How git affects kernel.org performance

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Fengguang Wu <fengguang.wu@...>
Cc: Linus Torvalds <torvalds@...>, Theodore Tso <tytso@...>, Suparna Bhattacharya <suparna@...>, Andrew Morton <akpm@...>, Willy Tarreau <w@...>, H. Peter Anvin <hpa@...>, <git@...>, J.H. <warthog9@...>, Randy Dunlap <randy.dunlap@...>, Pavel Machek <pavel@...>, kernel list <linux-kernel@...>, <webmaster@...>, linux-ext4@vger.kernel.org <linux-ext4@...>
Date: Tuesday, January 9, 2007 - 11:20 pm

Hi.

On Wed, 2007-01-10 at 09:57 +0800, Fengguang Wu wrote:

I gave it a try, and I'm afraid the results weren't pretty.

I did:

time find /usr/src | wc -l

on current git with (3 times) and without (5 times) the patch, and got

with:
real   54.306, 54.327, 53.742s
usr    0.324, 0.284, 0.234s
sys    2.432, 2.484, 2.592s

without:
real   24.413, 24.616, 24.080s
usr    0.208, 0.316, 0.312s
sys:   2.496, 2.440, 2.540s

Subsequent runs without dropping caches did give a significant
improvement in both cases (1.821/.188/1.632 is one result I wrote with
the patch applied).

Regards,

Nigel

-
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:
Re: How git affects kernel.org performance, Nigel Cunningham, (Tue Jan 9, 11:20 pm)
Re: How git affects kernel.org performance, Fengguang Wu, (Wed Jan 10, 10:07 am)