Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752436AbcJKKkN (ORCPT ); Tue, 11 Oct 2016 06:40:13 -0400 Received: from mail-qk0-f180.google.com ([209.85.220.180]:33795 "EHLO mail-qk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751027AbcJKKkM (ORCPT ); Tue, 11 Oct 2016 06:40:12 -0400 Date: Tue, 11 Oct 2016 11:39:57 +0100 From: Matt Fleming To: Dietmar Eggemann Cc: Vincent Guittot , Wanpeng Li , Peter Zijlstra , Ingo Molnar , "linux-kernel@vger.kernel.org" , Mike Galbraith , Yuyang Du Subject: Re: [PATCH] sched/fair: Do not decay new task load on first enqueue Message-ID: <20161011103957.GC16071@codeblueprint.co.uk> References: <20160923115808.2330-1-matt@codeblueprint.co.uk> <20160928101422.GR5016@twins.programming.kicks-ass.net> <20160928193731.GD16071@codeblueprint.co.uk> <20161010100107.GZ16071@codeblueprint.co.uk> <43581f1a-fee7-5547-7946-ec1ffcfd64f1@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43581f1a-fee7-5547-7946-ec1ffcfd64f1@arm.com> User-Agent: Mutt/1.5.24+41 (02bc14ed1569) (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 478 Lines: 15 On Tue, 11 Oct, at 10:44:25AM, Dietmar Eggemann wrote: > > [...] > > Yeah, you're right. But I can't see any significant difference. IMHO, > it's all in the noise. > > (A) Performance counter stats for 'perf bench sched messaging -g 100 -l > 1 -t' > # 20 sender and receiver threads per group > # 100 groups == 4000 threads run > FWIW, our tests run with 1000 loops, not 1, and we don't use 100 groups for low cpu machines. We tend to test upto $((nproc * 4)).