| 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/',
|
| ]
|
|
|
|
|
|
|