Title: [202084] trunk/Tools
- Revision
- 202084
- Author
- [email protected]
- Date
- 2016-06-14 22:04:17 -0700 (Tue, 14 Jun 2016)
Log Message
JSBench should use geometric mean
https://bugs.webkit.org/show_bug.cgi?id=158775
Reviewed by Mark Lam.
For some reason JSBench was using algebraic mean. Since each test
is pretty substantially different it should use geometric mean
instead.
* Scripts/run-jsc-benchmarks:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (202083 => 202084)
--- trunk/Tools/ChangeLog 2016-06-15 04:44:01 UTC (rev 202083)
+++ trunk/Tools/ChangeLog 2016-06-15 05:04:17 UTC (rev 202084)
@@ -1,3 +1,16 @@
+2016-06-14 Keith Miller <[email protected]>
+
+ JSBench should use geometric mean
+ https://bugs.webkit.org/show_bug.cgi?id=158775
+
+ Reviewed by Mark Lam.
+
+ For some reason JSBench was using algebraic mean. Since each test
+ is pretty substantially different it should use geometric mean
+ instead.
+
+ * Scripts/run-jsc-benchmarks:
+
2016-06-14 Alexey Proskuryakov <[email protected]>
Debug crash logs are not fully symbolicated on Yosemite
Modified: trunk/Tools/Scripts/run-jsc-benchmarks (202083 => 202084)
--- trunk/Tools/Scripts/run-jsc-benchmarks 2016-06-15 04:44:01 UTC (rev 202083)
+++ trunk/Tools/Scripts/run-jsc-benchmarks 2016-06-15 05:04:17 UTC (rev 202084)
@@ -2978,7 +2978,7 @@
KRAKEN.add KrakenBenchmark.new(name)
}
- JSBENCH = BenchmarkSuite.new("JSBench", :arithmeticMean, 0)
+ JSBENCH = BenchmarkSuite.new("JSBench", :geometricMean, 0)
[["amazon-chrome", "urem"], ["amazon-chrome-win", "urem"], ["amazon-firefox", "urm"],
["amazon-firefox-win", "urm"], ["amazon-safari", "urem"], ["facebook-chrome", "urem"],
["facebook-chrome-win", "urem"], ["facebook-firefox", "urem"],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes