Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932758Ab1FQTGD (ORCPT ); Fri, 17 Jun 2011 15:06:03 -0400 Received: from mail-yi0-f46.google.com ([209.85.218.46]:41382 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758223Ab1FQTGA convert rfc822-to-8bit (ORCPT ); Fri, 17 Jun 2011 15:06:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=pWNDSH6v71owYLn/nh67FXFs3XouXN21d/Gh6EPH3oo92bxoK9TsKw/FQQA850FmQk B1JRts40SwPda/Htxbux8a4K+ktiHtBjm7J7t9691kBNglqofIWBZ+IprQKu8xAzP4o7 r+XiYA9Z6IOx82+JAWxjYKAYscdEzJ2JMARLI= MIME-Version: 1.0 In-Reply-To: <1308334963.17300.489.camel@schen9-DESK> References: <1308097798.17300.142.camel@schen9-DESK> <1308101214.15392.151.camel@sli10-conroe> <1308138750.15315.62.camel@twins> <20110615161827.GA11769@tassilo.jf.intel.com> <1308156337.2171.23.camel@laptop> <1308163398.17300.147.camel@schen9-DESK> <1308169937.15315.88.camel@twins> <4DF91CB9.5080504@linux.intel.com> <1308172336.17300.177.camel@schen9-DESK> <1308173849.15315.91.camel@twins> <1308255972.17300.450.camel@schen9-DESK> <1308334963.17300.489.camel@schen9-DESK> From: Ray Lee Date: Fri, 17 Jun 2011 12:05:29 -0700 X-Google-Sender-Auth: Me1Wr1Ji-dArKZEzpLs_lA2c0no Message-ID: Subject: Re: REGRESSION: Performance regressions from switching anon_vma->lock to mutex To: Tim Chen Cc: Linus Torvalds , Peter Zijlstra , Andi Kleen , Shaohua Li , Andrew Morton , Hugh Dickins , KOSAKI Motohiro , Benjamin Herrenschmidt , David Miller , Martin Schwidefsky , Russell King , Paul Mundt , Jeff Dike , Richard Weinberger , "Luck, Tony" , KAMEZAWA Hiroyuki , Mel Gorman , Nick Piggin , Namhyung Kim , "Shi, Alex" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "Rafael J. Wysocki" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 20 On Fri, Jun 17, 2011 at 11:22 AM, Tim Chen wrote: > For this patch, I've run it 10 times and got an average throughput of > 104.9% compared with 2.6.39 vanilla baseline.  Wide variations are seen > run to run and the difference between max and min throughput is 52% of > average value. If the variations are that drastic, it's useful to include the standard deviation of the mean for each kernel as well. I know it's only 10 runs, but it's often useful to know if a slow but reliable process is being replaced by a sometimes faster but more erratic one, for example. Just a thought. ~r. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/