| Index: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/summary.json
|
| diff --git a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/summary.json b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/summary.json
|
| index 501b98a1be8b708d053b5863a9da043c2aed532f..9906ecb4f415c7df43b18853e173de3a93b6c63b 100644
|
| --- a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/summary.json
|
| +++ b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/summary.json
|
| @@ -2,29 +2,29 @@
|
| "slave1": {
|
| "failedFiles": [
|
| {
|
| - "fileName": "file_3.png",
|
| - "maxDiffPerChannel": 4,
|
| - "numPixelsDiffering": 1,
|
| - "percentPixelsDiffering": 2,
|
| - "perceptualDiff": 5,
|
| - "skpLocation": "gs://dummy-bucket/skps/file_.skp",
|
| + "fileName": "skpfileA_skp.png",
|
| + "maxDiffPerChannel": 4,
|
| + "numPixelsDiffering": 1,
|
| + "percentPixelsDiffering": 2,
|
| + "perceptualDiff": 5,
|
| + "skpLocation": "gs://dummy-bucket/skps/skpfileA.skp",
|
| "weightedDiffMeasure": 3
|
| - },
|
| + },
|
| {
|
| - "fileName": "file_.png",
|
| - "maxDiffPerChannel": 4,
|
| - "numPixelsDiffering": 1,
|
| - "percentPixelsDiffering": 2,
|
| - "perceptualDiff": 5,
|
| - "skpLocation": "gs://dummy-bucket/skps/file_.skp",
|
| + "fileName": "skpfileB_skp-tile1.png",
|
| + "maxDiffPerChannel": 4,
|
| + "numPixelsDiffering": 1,
|
| + "percentPixelsDiffering": 2,
|
| + "perceptualDiff": 5,
|
| + "skpLocation": "gs://dummy-bucket/skps/skpfileB.skp",
|
| "weightedDiffMeasure": 3
|
| }
|
| ],
|
| - "failedFilesCount": 2,
|
| - "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs",
|
| - "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-images",
|
| - "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitediffs",
|
| - "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch-images",
|
| + "failedFilesCount": 2,
|
| + "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs",
|
| + "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-images",
|
| + "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitediffs",
|
| + "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch-images",
|
| "skpsLocation": "gs://dummy-bucket/skps"
|
| }
|
| }
|
|
|