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

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

Issue 2933173002: Deleting unused story sets (Closed)
Patch Set: Deleting unused story sets Created 3 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
« no previous file with comments | « tools/perf/page_sets/startup_pages_record.py ('k') | tools/perf/page_sets/top_10_mobile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_10.py
diff --git a/tools/perf/page_sets/top_10.py b/tools/perf/page_sets/top_10.py
index d5004a9d684bbda2f3f5bca3e1ac5befcddd0efc..9692ee6521ecd83dc089f9552e57fa2ccf826f4a 100644
--- a/tools/perf/page_sets/top_10.py
+++ b/tools/perf/page_sets/top_10.py
@@ -128,27 +128,3 @@ class Top10PageSet(story.StorySet):
# #20 Alexa
self.AddStory(SimplePage('http://www.ask.com/', self))
-
-
-# TODO(skyostil): Replace this with Top10PageSet once the power metric can deal
-# with pages that don't become quiescent. See crbug.com/662381.
-class Top10QuiescentPageSet(story.StorySet):
- """10 pages that reach network quiesence chosen from Alexa top sites"""
-
- def __init__(self):
- super(Top10QuiescentPageSet, self).__init__(
- archive_data_file='data/top_10.json',
- cloud_storage_bucket=story.PARTNER_BUCKET)
- self.AddStory(Google(self))
- # TODO(dominikg): fix crbug.com/386152
- #self.AddStory(Gmail(self))
- self.AddStory(GoogleCalendar(self))
- self.AddStory(Youtube(self))
- # crbug.com/662381.
- #self.AddStory(Facebook(self))
- self.AddStory(SimplePage('http://en.wikipedia.org/wiki/Wikipedia',
- self, name='Wikipedia'))
- self.AddStory(SimplePage('http://www.amazon.com', self))
- self.AddStory(SimplePage('http://www.yahoo.com/', self))
- self.AddStory(SimplePage('http://www.bing.com/', self))
- self.AddStory(SimplePage('http://www.ask.com/', self))
« no previous file with comments | « tools/perf/page_sets/startup_pages_record.py ('k') | tools/perf/page_sets/top_10_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698