| OLD | NEW |
| 1 { | 1 { |
| 2 "slave2": { | 2 "slave2": { |
| 3 "failedFiles": [ | 3 "failedFiles": [ |
| 4 { | 4 { |
| 5 "fileName": "fileslave2_1.png", | 5 "fileName": "fileslave2_1.png", |
| 6 "skpLocation": "gs://dummy-bucket/skps/slave2/fileslave2_.sk
p", | 6 "skpLocation": "gs://dummy-bucket/skps/slave2/fileslave2_.sk
p", |
| 7 "numPixelsDiffering": 211,
| 7 "numPixelsDiffering": 211,
|
| 8 "percentPixelsDiffering": 212,
| 8 "percentPixelsDiffering": 212,
|
| 9 "weightedDiffMeasure": 213,
| |
| 10 "maxDiffPerChannel": 214, | 9 "maxDiffPerChannel": 214, |
| 11 "perceptualDiff": 215 | 10 "perceptualDiff": 215 |
| 12 }, | 11 }, |
| 13 { | 12 { |
| 14 "fileName": "fileslave2_2.png", | 13 "fileName": "fileslave2_2.png", |
| 15 "skpLocation": "gs://dummy-bucket/skps/slave2/fileslave2_.sk
p", | 14 "skpLocation": "gs://dummy-bucket/skps/slave2/fileslave2_.sk
p", |
| 16 "numPixelsDiffering": 221,
| 15 "numPixelsDiffering": 221,
|
| 17 "percentPixelsDiffering": 222,
| 16 "percentPixelsDiffering": 222,
|
| 18 "weightedDiffMeasure": 223,
| |
| 19 "maxDiffPerChannel": 224, | 17 "maxDiffPerChannel": 224, |
| 20 "perceptualDiff": 225 | 18 "perceptualDiff": 225 |
| 21 } | 19 } |
| 22 ], | 20 ], |
| 23 "failedFilesCount": 2, | 21 "failedFilesCount": 2, |
| 24 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave2/nopatch-ima
ges", | 22 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave2/nopatch-ima
ges", |
| 25 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave2/withpatch
-images", | 23 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave2/withpatch
-images", |
| 26 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave2/diffs", | 24 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave2/diffs", |
| 27 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave2/whitedif
fs", | 25 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave2/whitedif
fs", |
| 28 "skpsLocation": "gs://dummy-bucket/skps/slave2" | 26 "skpsLocation": "gs://dummy-bucket/skps/slave2" |
| 29 } | 27 } |
| 30 } | 28 } |
| OLD | NEW |