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.
Created attachment 190893 [details] Cleanup
Created attachment 190898 [details] Cleaned up more
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"?
Committed r144478: <http://trac.webkit.org/changeset/144478>