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