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

Unified Diff: compute_engine_scripts/telemetry/json_summary_constants.py

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/json_summary_constants.py
diff --git a/compute_engine_scripts/telemetry/json_summary_constants.py b/compute_engine_scripts/telemetry/json_summary_constants.py
index cd2f2c07cc4679d5897761e4ff2f9ac3cff0a44b..8061bbe5657818cb438add44c6c54e8047093d3d 100644
--- a/compute_engine_scripts/telemetry/json_summary_constants.py
+++ b/compute_engine_scripts/telemetry/json_summary_constants.py
@@ -19,3 +19,4 @@ JSONKEY_NUM_PIXELS_DIFFERING = 'numPixelsDiffering'
JSONKEY_PERCENT_PIXELS_DIFFERING = 'percentPixelsDiffering'
JSONKEY_WEIGHTED_DIFF_MEASURE = 'weightedDiffMeasure'
JSONKEY_MAX_DIFF_PER_CHANNEL = 'maxDiffPerChannel'
+JSONKEY_PERCEPTUAL_SIMILARITY = 'perceptualSimilarity'
epoger 2014/02/03 21:17:13 I think it may confuse users for some of these met

Powered by Google App Engine
This is Rietveld 408576698