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

Side by Side Diff: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output1.json

Issue 227673005: make CT skia_try_server work with updated render_pictures JSON (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 8 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 | « no previous file | compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "header": {
3 "type": "ChecksummedImages",
4 "revision": 1
5 },
2 "actual-results": { 6 "actual-results": {
3 "failed": null, 7 "skpfileA.skp": {
4 "failure-ignored": null, 8 "whole-image": {
5 "no-comparison": { 9 "checksumAlgorithm": "bitmap-64bitMD5",
6 "file_.png" : [ 10 "checksumValue": 11111,
7 "bitmap-64bitMD5", 11 "comparisonResult": "no-comparison",
8 11111 12 "filepath": "skpfileA_skp.png"
9 ], 13 }
10 "file_2.png" : [ 14 },
11 "bitmap-64bitMD5", 15 "skpfileB.skp": {
12 22222 16 "tiled-images": [{
13 ], 17 "checksumAlgorithm": "bitmap-64bitMD5",
14 "file_3.png" : [ 18 "checksumValue": 22222,
15 "bitmap-64bitMD5", 19 "comparisonResult": "no-comparison",
16 33333 20 "filepath": "skpfileB_skp-tile0.png"
17 ] 21 }, {
22 "checksumAlgorithm": "bitmap-64bitMD5",
23 "checksumValue": 33333,
24 "comparisonResult": "no-comparison",
25 "filepath": "skpfileB_skp-tile1.png"
26 }]
18 } 27 }
19 } 28 }
20 } 29 }
OLDNEW
« no previous file with comments | « no previous file | compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698