Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/summary.json

Issue 227673005: make CT skia_try_server work with updated render_pictures JSON (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3d2421ead71a2053bc07e41be1f2e1164a1bb092 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": "skpfileB_skp-tile3.png",
+ "maxDiffPerChannel": 4,
+ "numPixelsDiffering": 1,
+ "percentPixelsDiffering": 2,
+ "perceptualDiff": 5,
+ "skpLocation": "gs://dummy-bucket/skps/skpfileB.skp",
"weightedDiffMeasure": 3
- },
+ },
{
- "fileName": "file_.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
}
],
- "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"
}
}

Powered by Google App Engine
This is Rietveld 408576698