[webkit-reviews] review granted: [Bug 172968] Compute the final score using geometric mean in Speedometer 2.0 : [Attachment 319888] Changes the score computation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 5 09:03:41 PDT 2017


Saam Barati <sbarati at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 172968: Compute the final score using geometric mean in Speedometer 2.0
https://bugs.webkit.org/show_bug.cgi?id=172968

Attachment 319888: Changes the score computation

https://bugs.webkit.org/attachment.cgi?id=319888&action=review




--- Comment #11 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 319888
  --> https://bugs.webkit.org/attachment.cgi?id=319888
Changes the score computation

View in context: https://bugs.webkit.org/attachment.cgi?id=319888&action=review

> PerformanceTests/Speedometer/resources/benchmark-runner.js:285
> +	   values.sort(function (a, b) { return a - b }); // Avoid the loss of
significance for the sum.

Do you want to compute product over the sorted array as well?


More information about the webkit-reviews mailing list