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

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

Issue 2859093002: Remove page_cycler_v2.tough_layout_cases (Closed)
Patch Set: Created 3 years, 8 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/benchmark.csv ('k') | tools/perf/page_sets/tough_layout_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler_v2.py
diff --git a/tools/perf/benchmarks/page_cycler_v2.py b/tools/perf/benchmarks/page_cycler_v2.py
index 6df6021a1956b336e4f3bc7c166f63dfbc5b4200..e1127e25d74fc48f76fa7f596f301ae225dabe94 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -185,23 +185,6 @@ class PageCyclerV2Top10Mobile(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
-@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
-class PageCyclerV2ToughLayoutCases(_PageCyclerV2):
- """Page loading for the slowest layouts observed in the Alexa top 1 million.
-
- Recorded in July 2013.
- """
- page_set = page_sets.ToughLayoutCasesPageSet
-
- @classmethod
- def Name(cls):
- return 'page_cycler_v2.tough_layout_cases'
-
- def CreateStorySet(self, options):
- return page_sets.ToughLayoutCasesPageSet(cache_temperatures=[
- cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
-
-
@benchmark.Disabled('reference', 'android')
@benchmark.Owner(emails=['nasko@chromium.org'])
class PageCyclerV2BasicOopifIsolated(_PageCyclerV2):
« no previous file with comments | « tools/perf/benchmark.csv ('k') | tools/perf/page_sets/tough_layout_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698