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

Side by Side Diff: ct/py/test_data/csv_comparer/discard_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: E2EComparerWithDiscardOutliers 17 Run description: E2EComparerWithDiscardOutliers
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 Android slaves using the Mobile10k page set 22 The run was done on Android slaves using the Mobile10k 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: "--test=1" 28 Browser arguments for the nopatch run: "--test=1"
29 <br/> 29 <br/>
30 Browser arguments for the withpatch run: "--test=2" 30 Browser arguments for the withpatch run: "--test=2"
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <td>18</td> 78 <td>18</td>
79 <td>28</td> 79 <td>28</td>
80 <td class="abovethreshold" >55.556%</td> 80 <td class="abovethreshold" >55.556%</td>
81 <td class="abovethreshold" >43.478%</td> 81 <td class="abovethreshold" >43.478%</td>
82 </tr> 82 </tr>
83 83
84 </table> 84 </table>
85 85
86 </body> 86 </body>
87 </html> 87 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698