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

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

Issue 654263005: Add android acceptance test to telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes based on comments 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_10_mobile.py
diff --git a/tools/perf/page_sets/top_10_mobile.py b/tools/perf/page_sets/top_10_mobile.py
index 43019245d45f22af8640b99e479d2204c45c6316..9df9a7be149c94d089d80dd304735e4020d2d072 100644
--- a/tools/perf/page_sets/top_10_mobile.py
+++ b/tools/perf/page_sets/top_10_mobile.py
@@ -19,6 +19,10 @@ class Top10MobilePage(page_module.Page):
action_runner.ScrollPage()
interaction.End()
+ def RunPowerPageInteractions(self, action_runner):
tonyg 2014/10/17 02:16:43 Ned is in the process of removing multiple sets of
rnephew (Reviews Here) 2014/10/17 14:30:10 Done.
+ action_runner.Wait(20)
+ action_runner.ScrollPage()
+ action_runner.Wait(20)
class Top10MobilePageSet(page_set_module.PageSet):
« tools/perf/measurements/power.py ('K') | « tools/perf/page_sets/data/android_acceptance_000.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698