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

Side by Side Diff: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.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: 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
OLDNEW
1 { 1 {
2 "header": {
3 "type": "ChecksummedImages",
4 "revision": 1
5 },
2 "actual-results": { 6 "actual-results": {
3 "failed": null, 7 "failed": null,
4 "failure-ignored": null, 8 "failure-ignored": null,
5 "no-comparison": { 9 "no-comparison": {
6 "file_.png" : [ 10 "skpfileA.skp" : {
7 "bitmap-64bitMD5", 11 "checksumAlgorithm": "bitmap-64bitMD5",
8 111110 12 "checksumValue": 111110,
9 ], 13 "filepath": "skpfileA_skp.png"
10 "file_2.png" : [ 14 },
11 "bitmap-64bitMD5", 15 "skpfileB.skp-tile2" : {
12 22222 16 "checksumAlgorithm": "bitmap-64bitMD5",
13 ], 17 "checksumValue": 22222,
14 "file_3.png" : [ 18 "filepath": "skpfileB_skp-tile2.png"
15 "bitmap-64bitMD5", 19 },
16 333330 20 "skpfileB.skp-tile3" : {
17 ] 21 "checksumAlgorithm": "bitmap-64bitMD5",
22 "checksumValue": 333330,
23 "filepath": "skpfileB_skp-tile3.png"
24 }
18 } 25 }
19 } 26 }
20 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698