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
|