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

Unified Diff: tools/perf/page_sets/garbage_collection_cases.py

Issue 645763004: [Telemetry] Rename RunSmoothness to RunPageInteractions for timeline_based_measurement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/web_perf/timeline_based_measurement.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/garbage_collection_cases.py
diff --git a/tools/perf/page_sets/garbage_collection_cases.py b/tools/perf/page_sets/garbage_collection_cases.py
index 51cae6687f3fc6f5df9bbb48b5a9e0694d5c441e..027173c3522ffae743cea6d1a5129f02f1acd47f 100644
--- a/tools/perf/page_sets/garbage_collection_cases.py
+++ b/tools/perf/page_sets/garbage_collection_cases.py
@@ -23,7 +23,7 @@ class SpinningBallsPage(page_module.Page):
action_runner.WaitForJavaScriptCondition(
"document.readyState == 'complete'")
- def RunSmoothness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
interaction = action_runner.BeginInteraction(
'RunSmoothAllActions', is_fast=True)
action_runner.Wait(15)
« no previous file with comments | « no previous file | tools/telemetry/telemetry/web_perf/timeline_based_measurement.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698