PerfTestRunner.computeStatistics incorrectly calculates min, max and median
authortomz@codeaurora.org <tomz@codeaurora.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 29 Apr 2012 18:22:22 +0000 (18:22 +0000)
committertomz@codeaurora.org <tomz@codeaurora.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 29 Apr 2012 18:22:22 +0000 (18:22 +0000)
commitc43aab335681646563f0b94bc415fd5a49ebade8
treea1fad6b118a5b850ef11cff2e76da5ffc2f95c4e
parent653c85f94f8cf06baf7f35a314d51885201819db
PerfTestRunner.computeStatistics incorrectly calculates min, max and median
https://bugs.webkit.org/show_bug.cgi?id=85111

Reviewed by Ryosuke Niwa.

The sort of the data input was being done alphabetically.
So I provided a numeric compare function.

* resources/runner.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@115598 268f45cc-cd09-0410-ab3c-d52691b4dbfc
PerformanceTests/ChangeLog
PerformanceTests/resources/runner.js