From 731dae1d6c8a1158be85cd247d2080c5f06a88eb Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Fri, 20 Mar 2015 00:53:33 +0000 Subject: [PATCH] Unreviewed build fix. Don't try to report stats for all benchmarks. Just report the geometric mean of preferred means. * Scripts/run-jsc-benchmarks: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@181774 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/ChangeLog | 7 +++++++ Tools/Scripts/run-jsc-benchmarks | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Tools/ChangeLog b/Tools/ChangeLog index abfe88a..97dc67f 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,5 +1,12 @@ 2015-03-19 Ryosuke Niwa + Unreviewed build fix. Don't try to report stats for all benchmarks. + Just report the geometric mean of preferred means. + + * Scripts/run-jsc-benchmarks: + +2015-03-19 Ryosuke Niwa + run-jsc-benchmarks should only report preferred mean https://bugs.webkit.org/show_bug.cgi?id=142874 diff --git a/Tools/Scripts/run-jsc-benchmarks b/Tools/Scripts/run-jsc-benchmarks index ddf6616..715f5d8 100755 --- a/Tools/Scripts/run-jsc-benchmarks +++ b/Tools/Scripts/run-jsc-benchmarks @@ -2568,9 +2568,7 @@ def parseAndDisplayResults(results) if $suites.size > 1 printVMs(outp) - outp.puts "All benchmarks:" - allSummaryStats(outp, json, vmStatses, nil, 0) - + scaledResultJson = {} outp.puts -- 1.8.3.1