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

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

Issue 632013002: [Telemetry] Replace RunStressMemorey with RunPageInteraction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: tools/perf/page_sets/tough_dom_memory_cases.py
diff --git a/tools/perf/page_sets/tough_dom_memory_cases.py b/tools/perf/page_sets/tough_dom_memory_cases.py
index 87f917f165229db6bc404d770edbea6ff05a5749..c9af6ff51ab276f478fa06db1aa5b18f42c13d95 100644
--- a/tools/perf/page_sets/tough_dom_memory_cases.py
+++ b/tools/perf/page_sets/tough_dom_memory_cases.py
@@ -12,7 +12,7 @@ class ToughDomMemoryCasesPage(page_module.Page):
self.user_agent_type = 'desktop'
self.archive_data_file = 'data/tough_dom_memory_cases.json'
- def RunStressMemory(self, action_runner):
+ def RunPageInteractions(self, action_runner):
interaction = action_runner.BeginGestureInteraction(
'ScrollAction', is_smooth=True)
action_runner.ScrollPage()

Powered by Google App Engine
This is Rietveld 408576698