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

Unified Diff: tools/perf/measurements/measurement_smoke_test.py

Issue 820063003: [Telemetry] Rename RunRepaint to RunPageInteractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | tools/perf/measurements/repaint.py » ('j') | tools/perf/page_sets/key_mobile_sites_repaint.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/measurement_smoke_test.py
diff --git a/tools/perf/measurements/measurement_smoke_test.py b/tools/perf/measurements/measurement_smoke_test.py
index 53eeed76371967f9dbbf8d1e69141a4696d7cfe9..1ca92188aa716e23dff71f05cdcb15847272795d 100644
--- a/tools/perf/measurements/measurement_smoke_test.py
+++ b/tools/perf/measurements/measurement_smoke_test.py
@@ -19,9 +19,8 @@ from telemetry.util import classes
# crbug.com/418375
_ACTION_NAMES_WHITE_LIST = (
'',
- 'RunPageInteractions',
'RunSmoothness',
- 'RunRepaint',
+ 'RunPageInteractions',
'RunNavigateSteps',
)
« no previous file with comments | « no previous file | tools/perf/measurements/repaint.py » ('j') | tools/perf/page_sets/key_mobile_sites_repaint.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698