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

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

Issue 321563003: Add Wait* API to ActionRunner to wrap over WaitAction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to head. 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/top_25.py ('k') | tools/perf/page_sets/tough_animation_cases.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 8aab0f1e85574c51c98be8a4b6f1c3604dbeb419..a7e5bf59822b8ae49e55276e2020153e4f2a453c 100644
--- a/tools/perf/page_sets/top_desktop_sites_2012Q3.py
+++ b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
@@ -17,7 +17,7 @@ class Top2012Q3Page(Page):
def ReloadAndGc(self, action_runner):
action_runner.RunAction(ReloadAction())
- action_runner.RunAction(WaitAction({"seconds": 1}))
+ action_runner.Wait(1)
action_runner.RunAction(JsCollectGarbageAction())
def RunSmoothness(self, action_runner):
« no previous file with comments | « tools/perf/page_sets/top_25.py ('k') | tools/perf/page_sets/tough_animation_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698