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

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

Issue 338883005: Add ForceGarbageCollection and PauseInteractive to ActionRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « tools/perf/page_sets/mobile_memory.py ('k') | tools/telemetry/telemetry/page/actions/action_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6f8ef7e0b4d3463fadbc0068f09bbea633f877c1..fdb0241163b13aac87b33f71a0c86aaf7aa607bc 100644
--- a/tools/perf/page_sets/top_desktop_sites_2012Q3.py
+++ b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
@@ -18,7 +18,7 @@ class Top2012Q3Page(page.Page):
def ReloadAndGc(self, action_runner):
action_runner.RunAction(ReloadAction())
action_runner.Wait(1)
- action_runner.RunAction(JsCollectGarbageAction())
+ action_runner.ForceGarbageCollection()
def RunSmoothness(self, action_runner):
action_runner.RunAction(ScrollAction())
« no previous file with comments | « tools/perf/page_sets/mobile_memory.py ('k') | tools/telemetry/telemetry/page/actions/action_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698