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

Side by Side Diff: dashboard/dashboard/static/testdata/dromaeo-charts.html

Issue 2767263002: . Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 3 years, 9 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
« no previous file with comments | « dashboard/dashboard/elements/chart-container-test.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <script> 8 <script>
9 'use strict'; 9 'use strict';
10 10
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'error': 0, 184 'error': 0,
185 'r_webkit_rev': '406169' 185 'r_webkit_rev': '406169'
186 }, 186 },
187 '16': { 187 '16': {
188 'r_commit_pos': '406204', 188 'r_commit_pos': '406204',
189 'timestamp': 1468901487000, 189 'timestamp': 1468901487000,
190 'r_chromium': '5490f0a0680730c518f80549310f671d4cf0d7db', 190 'r_chromium': '5490f0a0680730c518f80549310f671d4cf0d7db',
191 'a_a_stdio_uri': '[Buildbot stdio](http://do/not/click)', 191 'a_a_stdio_uri': '[Buildbot stdio](http://do/not/click)',
192 'a_trace_rerun_options': null, 192 'a_trace_rerun_options': null,
193 'error': 0, 193 'error': 0,
194 'r_webkit_rev': '406204' 194 'r_webkit_rev': '406204',
195 'g_anomaly': {
196 'end_revision': 406204,
197 'display_start': null,
198 'display_end': null,
199 'improvement': false,
200 'bisect_statu': null,
201 'ref_test': 'ChromiumPerf/chromium-rel-mac11/dromaeo.domcoreattr/ dom/ref',
202 'group': null,
203 'absolute_delta': "255.363655",
204 'start_revision': 406169,
205 'median_before_anomaly': 100.54411535627287,
206 'median_after_anomaly': 355.9077706801851,
207 'master': 'ChromiumPerf',
208 'percent_changed': '254.0%',
209 'units': 'runs/s',
210 'type': 'anomaly',
211 'recovered': false,
212 'dashboard_link': '/report?masters=ChromiumPerf&bots=android-nexu s6&tests=blink_perf.parser%2Fquery-selector-all-class-first&checked=query-select or-all-class-first%2Cquery-selector-all-class-first_ref%2Cref&rev=455750',
213 'bug_id': null,
214 'test': 'dom',
215 'key': 'agxzfmNocm9tZXBlcmZyFAsSB0Fub21hbHkYgIDgtJ-8pQkM',
216 'date': '2017-03-15',
217 'testsuite': 'dromaeo.domcoreattr',
218 'bot': 'chromium-rel-mac11'
219 }
195 }, 220 },
196 '17': { 221 '17': {
197 'r_commit_pos': '406219', 222 'r_commit_pos': '406219',
198 'timestamp': 1468909375000, 223 'timestamp': 1468909375000,
199 'r_chromium': '48661fbb13fcf93720cf21927ce1376ab9f861ba', 224 'r_chromium': '48661fbb13fcf93720cf21927ce1376ab9f861ba',
200 'a_a_stdio_uri': '[Buildbot stdio](http://do/not/click)', 225 'a_a_stdio_uri': '[Buildbot stdio](http://do/not/click)',
201 'a_trace_rerun_options': null, 226 'a_trace_rerun_options': null,
202 'error': 0, 227 'error': 0,
203 'r_webkit_rev': '406219' 228 'r_webkit_rev': '406219'
204 }, 229 },
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 return { 1281 return {
1257 graphSelectedJson: graphSelectedJson, 1282 graphSelectedJson: graphSelectedJson,
1258 graphUnselectedJson: graphUnselectedJson, 1283 graphUnselectedJson: graphUnselectedJson,
1259 graphRevisionJson: graphRevisionJson, 1284 graphRevisionJson: graphRevisionJson,
1260 graphParams: graphParams, 1285 graphParams: graphParams,
1261 testPath: testPath, 1286 testPath: testPath,
1262 testPathDict: testPathDict 1287 testPathDict: testPathDict
1263 }; 1288 };
1264 })(); 1289 })();
1265 </script> 1290 </script>
OLDNEW
« no previous file with comments | « dashboard/dashboard/elements/chart-container-test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698