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

Unified Diff: cluster_telemetry/json_summary_constants.py

Issue 330943002: remove all references to weightedDiffMeasure from cluster_telemetry code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 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: cluster_telemetry/json_summary_constants.py
diff --git a/cluster_telemetry/json_summary_constants.py b/cluster_telemetry/json_summary_constants.py
index 955c2bf9188acc5cc00e4cab2101bb1781da8270..c9b3f4c0876b0dadf794364d47d0cab3663ce808 100644
--- a/cluster_telemetry/json_summary_constants.py
+++ b/cluster_telemetry/json_summary_constants.py
@@ -17,6 +17,5 @@ JSONKEY_FILE_NAME = 'fileName'
JSONKEY_SKP_LOCATION = 'skpLocation'
JSONKEY_NUM_PIXELS_DIFFERING = 'numPixelsDiffering'
JSONKEY_PERCENT_PIXELS_DIFFERING = 'percentPixelsDiffering'
-JSONKEY_WEIGHTED_DIFF_MEASURE = 'weightedDiffMeasure'
JSONKEY_MAX_DIFF_PER_CHANNEL = 'maxDiffPerChannel'
JSONKEY_PERCEPTUAL_DIFF = 'perceptualDiff'

Powered by Google App Engine
This is Rietveld 408576698