Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: ct/py/test_data/csv_comparer/keep_outliers/index.html

Issue 1411423003: [CT] Add ability to run unlanded benchmarks on Chromium Perf (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Add documentation link Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Results of Cluster Telemetry Tryserver Run</title> 3 <title>Results of Cluster Telemetry Tryserver Run</title>
4 <style type="text/css"> 4 <style type="text/css">
5 <!-- 5 <!--
6 td.belowthreshold { background-color:#8FDF5F; } 6 td.belowthreshold { background-color:#8FDF5F; }
7 td.abovethreshold { background-color:#ED4337; } 7 td.abovethreshold { background-color:#ED4337; }
8 --> 8 -->
9 </style> 9 </style>
10 10
11 </head> 11 </head>
12 12
13 <body> 13 <body>
14 <h2>Results of Cluster Telemetry Tryserver Run</h2> 14 <h2>Results of Cluster Telemetry Tryserver Run</h2>
15 Run requester: superman@krypton.com 15 Run requester: superman@krypton.com
16 <br/> 16 <br/>
17 Run description: E2EComparerWithNoDiscardOutliers 17 Run description: E2EComparerWithNoDiscardOutliers
18 <br/> 18 <br/>
19 This report was created on 2014-05-19 16:50 UTC 19 This report was created on 2014-05-19 16:50 UTC
20 <br/> 20 <br/>
21 <br/> 21 <br/>
22 The run was done on Linux slaves using the 10k page set 22 The run was done on Linux slaves using the 10k page set
23 <br/> 23 <br/>
24 The run was done using Chromium commit hash <a href='https://chromium.google source.com/chromium/src/+/abcdefg1234567'>abcdefg</a> and Skia commit hash <a hr ef='https://skia.googlesource.com/skia/+/tuvwxyz1234567'>tuvwxyz</a> 24 The run was done using Chromium commit hash <a href='https://chromium.google source.com/chromium/src/+/abcdefg1234567'>abcdefg</a> and Skia commit hash <a hr ef='https://skia.googlesource.com/skia/+/tuvwxyz1234567'>tuvwxyz</a>
25 <br/> 25 <br/>
26 The specified patch(es) are: <a href='http://chromium-patch.com'>Chromium</a >/<a href='http://skia-patch.com'>Skia</a> (if no patch is specified the page wi ll be empty) 26 The specified patch(es) are: <a href='http://chromium-patch.com'>Chromium</a >/<a href='http://skia-patch.com'>Skia</a>/<a href='http://benchmark-patch.com'> Telemetry</a> (if no patch is specified the page will be empty)
27 <br/> 27 <br/>
28 Browser arguments for the nopatch run: "" 28 Browser arguments for the nopatch run: ""
29 <br/> 29 <br/>
30 Browser arguments for the withpatch run: "" 30 Browser arguments for the withpatch run: ""
31 <br/> 31 <br/>
32 <br/> 32 <br/>
33 The raw CSVs used to create the below tables are here: <a href='http://raw-c sv-nopatch.com'>nopatch</a>/<a href='http://raw-csv-withpatch.com'>withpatch</a> 33 The raw CSVs used to create the below tables are here: <a href='http://raw-c sv-nopatch.com'>nopatch</a>/<a href='http://raw-csv-withpatch.com'>withpatch</a>
34 <br/> 34 <br/>
35 Read <a href="https://docs.google.com/a/chromium.org/document/d/1GhqosQcwsy6 F-eBAmFn_ITDF7_Iv_rY9FhCKwAnk9qQ/edit?pli=1#heading=h.lgvqzgu7bc4d">this</a> for an explanation of CT's accuracy of results. 35 Read <a href="https://docs.google.com/a/chromium.org/document/d/1GhqosQcwsy6 F-eBAmFn_ITDF7_Iv_rY9FhCKwAnk9qQ/edit?pli=1#heading=h.lgvqzgu7bc4d">this</a> for an explanation of CT's accuracy of results.
36 <br/> 36 <br/>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <td>-9</td> 80 <td>-9</td>
81 <td>-6</td> 81 <td>-6</td>
82 <td class="belowthreshold" >-33.333%</td> 82 <td class="belowthreshold" >-33.333%</td>
83 <td class="belowthreshold" >-40%</td> 83 <td class="belowthreshold" >-40%</td>
84 </tr> 84 </tr>
85 85
86 </table> 86 </table>
87 87
88 </body> 88 </body>
89 </html> 89 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698