| OLD | NEW |
| 1 { | 1 { |
| 2 "slave3": { | 2 "slave3": { |
| 3 "failedFiles": [ | 3 "failedFiles": [ |
| 4 { | 4 { |
| 5 "fileName": "fileslave3_1.png", | 5 "fileName": "fileslave3_1.png", |
| 6 "skpLocation": "gs://dummy-bucket/skps/slave3/fileslave3_.sk
p", | 6 "skpLocation": "gs://dummy-bucket/skps/slave3/fileslave3_.sk
p", |
| 7 "numPixelsDiffering": 311,
| 7 "numPixelsDiffering": 311,
|
| 8 "percentPixelsDiffering": 312,
| 8 "percentPixelsDiffering": 312,
|
| 9 "weightedDiffMeasure": 313,
| |
| 10 "maxDiffPerChannel": 314, | 9 "maxDiffPerChannel": 314, |
| 11 "perceptualDiff": 315 | 10 "perceptualDiff": 315 |
| 12 }, | 11 }, |
| 13 { | 12 { |
| 14 "fileName": "fileslave3_2.png", | 13 "fileName": "fileslave3_2.png", |
| 15 "skpLocation": "gs://dummy-bucket/skps/slave3/fileslave3_.sk
p", | 14 "skpLocation": "gs://dummy-bucket/skps/slave3/fileslave3_.sk
p", |
| 16 "numPixelsDiffering": 321,
| 15 "numPixelsDiffering": 321,
|
| 17 "percentPixelsDiffering": 322,
| 16 "percentPixelsDiffering": 322,
|
| 18 "weightedDiffMeasure": 323,
| |
| 19 "maxDiffPerChannel": 324, | 17 "maxDiffPerChannel": 324, |
| 20 "perceptualDiff": 325 | 18 "perceptualDiff": 325 |
| 21 } | 19 } |
| 22 ], | 20 ], |
| 23 "failedFilesCount": 2, | 21 "failedFilesCount": 2, |
| 24 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave3/nopatch-ima
ges", | 22 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave3/nopatch-ima
ges", |
| 25 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave3/withpatch
-images", | 23 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave3/withpatch
-images", |
| 26 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave3/diffs", | 24 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave3/diffs", |
| 27 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave3/whitedif
fs", | 25 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave3/whitedif
fs", |
| 28 "skpsLocation": "gs://dummy-bucket/skps/slave3" | 26 "skpsLocation": "gs://dummy-bucket/skps/slave3" |
| 29 } | 27 } |
| 30 } | 28 } |
| OLD | NEW |