Bug 111145

Summary: Don't return statistics in PerfTest.run
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, benjamin, dpranke, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 110842    
Bug Blocks: 111148    
Attachments:
Description Flags
Cleanup
none
Cleaned up more dpranke: review+

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.