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

Unified Diff: telemetry/telemetry/web_perf/metrics/smoothness_unittest.py

Issue 1777073002: Revert of [Telemetry] Fix interaction record label warnings (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: Created 4 years, 9 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: telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
diff --git a/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py b/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
index a1365110f7c8f086ba164ad3925edc4cd2ffbd31..c87f7c292486f114e976b2b00075ba8a97a3936c 100644
--- a/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
+++ b/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
@@ -43,7 +43,7 @@
setattr(stats, stat, [[10, 20], [30, 40, 50]])
results = page_test_results.PageTestResults()
results.WillRunPage(self.page)
- self.metric._PopulateResultsFromStats(results, stats, False, 'tir_label')
+ self.metric._PopulateResultsFromStats(results, stats, False)
current_page_run = results.current_page_run
self.assertTrue(current_page_run.ok)
expected_values_count = 12
« no previous file with comments | « telemetry/telemetry/web_perf/metrics/smoothness.py ('k') | telemetry/telemetry/web_perf/timeline_based_measurement.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698