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

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

Issue 148093012: Add magnifying ability, perceptual diff and improve layout of Skia Tryserver HTML output (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Rebase Created 6 years, 11 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 1d31c7ce60f2f1a404f6710ad3ca240c62ef34bf..0ad876f71c105ee40ffa7fb2ad76d56050d0459a 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
@@ -6,6 +6,7 @@
"maxDiffPerChannel": 4,
"numPixelsDiffering": 1,
"percentPixelsDiffering": 2,
+ "perceptualSimilarity": 0.3,
"skpLocation": "gs://dummy-bucket/skps/file_.skp",
"weightedDiffMeasure": 3
},
@@ -14,6 +15,7 @@
"maxDiffPerChannel": 4,
"numPixelsDiffering": 1,
"percentPixelsDiffering": 2,
+ "perceptualSimilarity": 0.1,
"skpLocation": "gs://dummy-bucket/skps/file_.skp",
"weightedDiffMeasure": 3
}

Powered by Google App Engine
This is Rietveld 408576698