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

Unified Diff: tools/perf/benchmarks/page_cycler.py

Issue 1997523002: Remove some page_cycler benchmarks that have been disabled for a long time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | tools/perf/page_sets/big_js.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler.py
diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
index de19ab40deea0752f95c89a2f73440466b006ff9..9ae276961b238af1dce672cbe155c87da5873025 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -147,16 +147,6 @@ class PageCyclerTop10Mobile(_PageCycler):
return stories
-@benchmark.Disabled('all')
-class PageCyclerKeyMobileSites(_PageCycler):
- """Page load time benchmark for key mobile sites."""
- page_set = page_sets.KeyMobileSitesPageSet
-
- @classmethod
- def Name(cls):
- return 'page_cycler.key_mobile_sites_smooth'
-
-
@benchmark.Disabled('android') # crbug.com/357326
class PageCyclerToughLayoutCases(_PageCycler):
"""Page loading for the slowest layouts observed in the Alexa top 1 million.
@@ -217,12 +207,3 @@ class PageCyclerBasicOopif(_PageCycler):
@classmethod
def ShouldDisable(cls, possible_browser):
return cls.IsSvelte(possible_browser) # http://crbug.com/607657
-
-
-@benchmark.Disabled('all') # crbug.com/443730
-class PageCyclerBigJs(_PageCycler):
- page_set = page_sets.BigJsPageSet
-
- @classmethod
- def Name(cls):
- return 'page_cycler.big_js'
« no previous file with comments | « no previous file | tools/perf/page_sets/big_js.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698