From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbcHDJBo (ORCPT ); Thu, 4 Aug 2016 05:01:44 -0400 Received: from merlin.infradead.org ([205.233.59.134]:46937 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751785AbcHDJBm (ORCPT ); Thu, 4 Aug 2016 05:01:42 -0400 Date: Thu, 4 Aug 2016 11:01:24 +0200 From: Peter Zijlstra To: kernel test robot Cc: Ingo Molnar , Vincent Guittot , Linus Torvalds , Mike Galbraith , Thomas Gleixner , LKML , lkp@01.org Subject: Re: [lkp] [sched/fair] e210bffd39: perf-stat.cpu-migrations -36.0% decrease Message-ID: <20160804090124.GK6879@twins.programming.kicks-ass.net> References: <20160804052423.GA26201@yexl-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160804052423.GA26201@yexl-desktop> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 04, 2016 at 01:24:23PM +0800, kernel test robot wrote: > > FYI, we noticed perf-stat.cpu-migrations -36.0% decrease due to commit: > > commit e210bffd39d01b649c94b820c28ff112673266dd ("sched/fair: Fix and optimize the fork() path") > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > in testcase: unixbench > on test machine: 16 threads Broadwell-DE with 8G memory > with following parameters: > > runtime: 300s > nr_task: 1 > test: shell8 > cpufreq_governor: performance > > Urgh, I so hate these reports. They're near useless :/ It took me 3 readings to realize it was the unixbench testcase (why isn't that in the subject!?). But then I still haven't found the primary performance metric. Does the test improve, degrade or not change overall?