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

Unified Diff: tools/perf/page_sets/top_25_smooth.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/top_10_mobile.py ('k') | tools/perf/page_sets/top_7_stress.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_25_smooth.py
diff --git a/tools/perf/page_sets/top_25_smooth.py b/tools/perf/page_sets/top_25_smooth.py
index ad730957cb3fb00d05718cbb970fd5b9f2e5bb7c..cb90c5532b992d4e4014170b2c9a960b465130a8 100644
--- a/tools/perf/page_sets/top_25_smooth.py
+++ b/tools/perf/page_sets/top_25_smooth.py
@@ -175,9 +175,3 @@ class Top25SmoothPageSet(story.StorySet):
for url in other_urls:
self.AddStory(TopSmoothPage(url, self))
-
-
-class V8Top25SmoothPageSet(Top25SmoothPageSet):
- def __init__(self):
- # Disabled for V8 because of crbug.com/507836, crbug.com/527425
- super(V8Top25SmoothPageSet, self).__init__(techcrunch=False)
« no previous file with comments | « tools/perf/page_sets/top_10_mobile.py ('k') | tools/perf/page_sets/top_7_stress.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698