OLD | NEW |
1 { | 1 { |
2 "slave1": { | 2 "slave1": { |
3 "failedFiles": [ | 3 "failedFiles": [ |
4 { | 4 { |
5 "fileName": "skpfileA_skp.png", | 5 "fileName": "skpfileA_skp.png", |
6 "maxDiffPerChannel": 4, | 6 "maxDiffPerChannel": 4, |
7 "numPixelsDiffering": 1, | 7 "numPixelsDiffering": 1, |
8 "percentPixelsDiffering": 2, | 8 "percentPixelsDiffering": 2, |
9 "perceptualDiff": 5, | 9 "perceptualDiff": 5, |
10 "skpLocation": "gs://dummy-bucket/skps/skpfileA.skp", | 10 "skpLocation": "gs://dummy-bucket/skps/skpfileA.skp" |
11 "weightedDiffMeasure": 3 | |
12 }, | 11 }, |
13 { | 12 { |
14 "fileName": "skpfileB_skp-tile1.png", | 13 "fileName": "skpfileB_skp-tile1.png", |
15 "maxDiffPerChannel": 4, | 14 "maxDiffPerChannel": 4, |
16 "numPixelsDiffering": 1, | 15 "numPixelsDiffering": 1, |
17 "percentPixelsDiffering": 2, | 16 "percentPixelsDiffering": 2, |
18 "perceptualDiff": 5, | 17 "perceptualDiff": 5, |
19 "skpLocation": "gs://dummy-bucket/skps/skpfileB.skp", | 18 "skpLocation": "gs://dummy-bucket/skps/skpfileB.skp" |
20 "weightedDiffMeasure": 3 | |
21 } | 19 } |
22 ], | 20 ], |
23 "failedFilesCount": 2, | 21 "failedFilesCount": 2, |
24 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs", | 22 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs", |
25 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima
ges", | 23 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima
ges", |
26 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif
fs", | 24 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif
fs", |
27 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch
-images", | 25 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch
-images", |
28 "skpsLocation": "gs://dummy-bucket/skps" | 26 "skpsLocation": "gs://dummy-bucket/skps" |
29 } | 27 } |
30 } | 28 } |
OLD | NEW |