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

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

Issue 632013002: [Telemetry] Replace RunStressMemorey with RunPageInteraction (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
Index: tools/perf/page_sets/top_desktop_sites_2012Q3.py
diff --git a/tools/perf/page_sets/top_desktop_sites_2012Q3.py b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
index 8ee3239784f85544528049cd19fe823a669de2cd..1c075eaf6589af8f835ae7e7d77480470d62f70f 100644
--- a/tools/perf/page_sets/top_desktop_sites_2012Q3.py
+++ b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
@@ -24,7 +24,7 @@ class Top2012Q3Page(page.Page):
action_runner.ScrollPage()
interaction.End()
- def RunStressMemory(self, action_runner):
+ def RunPageInteractions(self, action_runner):
for _ in xrange(3):
self.ReloadAndGc(action_runner)

Powered by Google App Engine
This is Rietveld 408576698