Commit 0f56604a authored by Ned Nguyen's avatar Ned Nguyen Committed by Commit Bot

Remove sites that are completely disabled in loading.mobile benchmarks

These are not running anywhere, so they are just code debt.

Change-Id: I30eacfefe6387a3ea9c6da2945260897d334dfc5
Reviewed-on: https://chromium-review.googlesource.com/833415Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#525223}
parent 3b82f754
......@@ -57,15 +57,9 @@ crbug.com/676612 [ Nexus6_Webview ] loading.mobile/* [ Skip ]
[ All ] loading.mobile/HashOcean [ Skip ]
crbug.com/776092 [ Cherry_Mobile_Android_One ] loading.mobile/GoogleRedirectToGoogleJapan [ Skip ]
crbug.com/656861 [ All ] loading.mobile/G1 [ Skip ]
[ All ] loading.mobile/SBS [ Skip ]
[ All ] loading.mobile/MLSMatrix [ Skip ]
[ Nexus_5X ] loading.mobile/Hongkiat [ Skip ]
[ All ] loading.mobile/GFK [ Skip ]
[ All ] loading.mobile/FuturaSciences [ Skip ]
[ Nexus_5X ] loading.mobile/Dramaq [ Skip ]
[ All ] loading.mobile/EBS [ Skip ]
[ Nexus_7 ] loading.mobile/Facebook [ Skip ]
[ All ] loading.mobile/163 [ Skip ]
# Benchmark: memory.long_running_idle_gmail_tbmv2
crbug.com/611167 [ Android_Svelte ] memory.long_running_idle_gmail_tbmv2/* [ Skip ]
......
......@@ -106,22 +106,18 @@ class LoadingMobileStorySet(story.StorySet):
('http://www.dawn.com', 'Dawn'),
('http://www.thairath.co.th', 'Thairath'),
('http://www.hashocean.com', 'HashOcean'),
('http://www.163.com', '163'),
], cache_temperatures, traffic_settings)
self.AddStories(['easy_ttfmp'], [
('http://www.slideshare.net', 'SlideShare'),
('http://www.bradesco.com.br', 'Bradesco'),
('http://www.gsshop.com', 'GSShop'),
('http://www.sbs.co.kr', 'SBS'),
('http://www.futura-sciences.com', 'FuturaSciences'),
], cache_temperatures, traffic_settings)
self.AddStories(['tough_tti'], [
('http://www.thestar.com.my', 'TheStar'),
('http://www.58pic.com', '58Pic'),
('http://www.hongkiat.com', 'Hongkiat'),
('http://www.ebs.in', 'EBS'),
('http://www.ibicn.com', 'IBI'),
], cache_temperatures, traffic_settings)
......@@ -129,8 +125,6 @@ class LoadingMobileStorySet(story.StorySet):
('http://www.dramaq.com.tw', 'Dramaq'),
('http://www.locanto.in', 'Locanto'),
('http://www.francetvinfo.fr', 'FranceTVInfo'),
('http://www.gfk.com', 'GFK'),
('http://www.mlsmatrix.com', 'MLSMatrix'),
], cache_temperatures, traffic_settings)
def AddStories(self, tags, urls, cache_temperatures, traffic_settings):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment