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

Unified Diff: cluster_telemetry/telemetry_master_scripts/html-templates/single_file_details.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/single_file_details.html
diff --git a/cluster_telemetry/telemetry_master_scripts/html-templates/single_file_details.html b/cluster_telemetry/telemetry_master_scripts/html-templates/single_file_details.html
index ae5ffbe74f37cf0c499171d2ede461282bfd7e9d..f6c06255df920baafdd06fa4353ca3710111d490 100644
--- a/cluster_telemetry/telemetry_master_scripts/html-templates/single_file_details.html
+++ b/cluster_telemetry/telemetry_master_scripts/html-templates/single_file_details.html
@@ -36,7 +36,6 @@
class="gm-image left-image" />
</td>
<td>
- <a id='compare_value'>{{ file_info.perceptual_diff }}</a>% (perceptual diff)
<a href='{{ gs_http_files_location_withpatch }}/{{ file_info.file_name }}' target="_blank">View Image</a>
<br/>
<img-compare type="test"
@@ -53,7 +52,7 @@
src="{{ gs_http_files_location_whitediffs }}/{{ file_info.diff_file_name }}" />
</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>% (perceptual diff) | {{ file_info.max_diff_per_channel }}
epoger 2014/06/13 21:16:57 Again, guessing at the best arrangement here. Of
<a href='{{ gs_http_files_location_diffs }}/{{ file_info.diff_file_name }}' target="_blank">View Image</a>
<br/>
<img-compare type="differencePerPixel"

Powered by Google App Engine
This is Rietveld 408576698