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

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

Issue 2754883003: Reduce number of URLs in LoadingMobileStorySet (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/loading_mobile.py
diff --git a/tools/perf/page_sets/loading_mobile.py b/tools/perf/page_sets/loading_mobile.py
index b60968d8df987fdc0c7d7be245eb0ca1c699cc26..d3030b8ab99fd5e29134371a6124632444c4ecf5 100644
--- a/tools/perf/page_sets/loading_mobile.py
+++ b/tools/perf/page_sets/loading_mobile.py
@@ -91,32 +91,36 @@ class LoadingMobileStorySet(story.StorySet):
'http://www.localmoxie.com',
'http://www.dawn.com',
'http://www.thairath.co.th',
- 'http://www.hashocean.com',
- 'http://www.163.com',
+ # Disabled to avoid Nexus5X bot timeout crbug.com/702175
+ # 'http://www.hashocean.com',
+ # 'http://www.163.com',
], cache_temperatures, traffic_settings)
self.AddStories(['easy_ttfmp'], [
'http://www.slideshare.net',
'http://www.bradesco.com.br',
'http://www.gsshop.com',
- 'http://www.sbs.co.kr',
- 'http://www.futura-sciences.com',
+ # Disabled to avoid Nexus5X bot timeout crbug.com/702175
+ # 'http://www.sbs.co.kr',
+ # 'http://www.futura-sciences.com',
], cache_temperatures, traffic_settings)
self.AddStories(['tough_tti'], [
'http://www.thestar.com.my',
'http://www.58pic.com',
'http://www.hongkiat.com',
- 'http://www.ebs.in',
- 'http://www.ibicn.com',
+ # Disabled to avoid Nexus5X bot timeout crbug.com/702175
+ # 'http://www.ebs.in',
+ # 'http://www.ibicn.com',
], cache_temperatures, traffic_settings)
self.AddStories(['easy_tti'], [
'http://www.dramaq.com.tw',
'http://www.locanto.in',
'http://www.francetvinfo.fr',
- 'http://www.gfk.com',
- 'http://www.mlsmatrix.com'
+ # Disabled to avoid Nexus5X bot timeout crbug.com/702175
+ # 'http://www.gfk.com',
+ # 'http://www.mlsmatrix.com'
], cache_temperatures, traffic_settings)
def AddStories(self, tags, urls, cache_temperatures, traffic_settings):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698