Changeset 242658 in webkit
- Timestamp:
- Mar 8, 2019, 3:20:15 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 1 added
- 1 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/compare-results (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r242653 r242658 1 2019-03-08 Saam barati <sbarati@apple.com> 2 3 Add a compare-results script to compare benchmark results 4 https://bugs.webkit.org/show_bug.cgi?id=195486 5 <rdar://problem/48723397> 6 7 Reviewed by Geoffrey Garen. 8 9 This patch adds a script to compare benchmark results using Welch's two-tailed t test. 10 Initially, this patch only reasons about PLT5/JetStream2/Speedometer2. It will be easy 11 to extend it to learn about our other benchmarks. 12 13 * Scripts/compare-results: Added. 14 (readJSONFile): 15 (detectJetStream2): 16 (JetStream2Results): 17 (detectSpeedometer2): 18 (Speedometer2Results): 19 (detectPLT5): 20 (PLT5Results): 21 (detectBenchmark): 22 (biggerIsBetter): 23 (ttest): 24 (getOptions): 25 (main): 26 1 27 2019-03-08 Stephanie Lewis <slewis@apple.com> 2 28
Note:
See TracChangeset
for help on using the changeset viewer.