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

Unified Diff: cluster_telemetry/telemetry_master_scripts/html-templates/list_of_all_files.html

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/telemetry_master_scripts/html-templates/list_of_all_files.html
diff --git a/cluster_telemetry/telemetry_master_scripts/html-templates/list_of_all_files.html b/cluster_telemetry/telemetry_master_scripts/html-templates/list_of_all_files.html
index fcbdca685d0c9f53854fb16bc4e0ab9567fcfc97..6d0836aad60bc584eed599d7109c1ca185b6f77a 100644
--- a/cluster_telemetry/telemetry_master_scripts/html-templates/list_of_all_files.html
+++ b/cluster_telemetry/telemetry_master_scripts/html-templates/list_of_all_files.html
@@ -35,7 +35,7 @@
<a id='compare_value'>{{ file_info.percent_pixels_differing }}</a>% ({{ file_info.num_pixels_differing }})
</td>
<td>
- <a id='compare_value'>{{ file_info.weighted_diff_measure }}</a>% {{ file_info.max_diff_per_channel }}
+ <a id='compare_value'>{{ file_info.perceptual_diff }}</a>% {{ file_info.max_diff_per_channel }}
epoger 2014/06/13 21:16:57 I just guessed how you might want to arrange/displ
</td>
</tr>
{% endfor %}

Powered by Google App Engine
This is Rietveld 408576698