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

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

Issue 2012323002: [Android] Implement perf tests to platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created subclasses for perf test run Created 4 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
« build/android/test_runner.py ('K') | « tools/perf/page_sets/power_cases.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/typical_10_mobile.py
diff --git a/tools/perf/page_sets/typical_10_mobile.py b/tools/perf/page_sets/typical_10_mobile.py
index 5b03a73c4e2aa850b40e7390ad489821151307db..b1ee851ca2609a6ecb164b08033a586fe4f30550 100644
--- a/tools/perf/page_sets/typical_10_mobile.py
+++ b/tools/perf/page_sets/typical_10_mobile.py
@@ -16,9 +16,9 @@ class Typical10MobilePage(page_module.Page):
self.archive_data_file = 'data/typical_10_mobile.json'
def RunPageInteractions(self, action_runner):
- action_runner.Wait(20)
- action_runner.ScrollPage()
- action_runner.Wait(20)
+ action_runner.Wait(4)
+# action_runner.ScrollPage()
+# action_runner.Wait(20)
class Typical10MobileReloadPage(Typical10MobilePage):
@@ -37,23 +37,23 @@ urls_list = [
# Why: Top site
'http://m.facebook.com/barackobama',
# Why: Wikipedia article with lots of pictures, German language
- 'http://de.m.wikipedia.org/wiki/K%C3%B6lner_Dom',
+# 'http://de.m.wikipedia.org/wiki/K%C3%B6lner_Dom',
# Why: current top Q&A on popular Japanese site
- 'http://m.chiebukuro.yahoo.co.jp/detail/q10136829180',
+# 'http://m.chiebukuro.yahoo.co.jp/detail/q10136829180',
# Why: news article on popular site
- 'http://m.huffpost.com/us/entry/6004486',
+# 'http://m.huffpost.com/us/entry/6004486',
# Why: news article on popular site
- 'http://www.cnn.com/2014/03/31/showbiz/tv/himym-finale/index.html',
+# 'http://www.cnn.com/2014/03/31/showbiz/tv/himym-finale/index.html',
# Why: Popular RTL language site
- 'http://m.ynet.co.il',
+# 'http://m.ynet.co.il',
# Why: Popular Russian language site
- 'http://www.rg.ru/2014/10/21/cska-site.html',
+# 'http://www.rg.ru/2014/10/21/cska-site.html',
# Why: Popular shopping site
- 'http://m.ebay.com/itm/351157205404',
+# 'http://m.ebay.com/itm/351157205404',
# Why: Popular viral site, lots of images
- 'http://siriuslymeg.tumblr.com/',
+# 'http://siriuslymeg.tumblr.com/',
# Why: Popular Chinese language site.
- 'http://wapbaike.baidu.com/',
+# 'http://wapbaike.baidu.com/',
]
« build/android/test_runner.py ('K') | « tools/perf/page_sets/power_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698