RESOLVED FIXED 111145
Don't return statistics in PerfTest.run
https://bugs.webkit.org/show_bug.cgi?id=111145
Summary Don't return statistics in PerfTest.run
Ryosuke Niwa
Reported 2013-02-28 23:36:03 PST
Now that we don't include statistics such as mean, stdev, etc... in our output JSON files, there is no point in returning them from PerfTest.run.
Attachments
Cleanup (17.39 KB, patch)
2013-02-28 23:45 PST, Ryosuke Niwa
no flags
Cleaned up more (17.97 KB, patch)
2013-03-01 00:12 PST, Ryosuke Niwa
dpranke: review+
Ryosuke Niwa
Comment 1 2013-02-28 23:45:54 PST
Ryosuke Niwa
Comment 2 2013-03-01 00:12:26 PST
Created attachment 190898 [details] Cleaned up more
Dirk Pranke
Comment 3 2013-03-01 11:56:33 PST
Comment on attachment 190898 [details] Cleaned up more View in context: https://bugs.webkit.org/attachment.cgi?id=190898&action=review > Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py:259 > + if not isinstance(iteration_values, list): # We can't reports results without indivisual measurements. nit: "individual"?
Ryosuke Niwa
Comment 4 2013-03-01 12:06:01 PST
Note You need to log in before you can comment on or make changes to this bug.