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

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

Issue 1920773002: Remove DhtmlPageSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | tools/perf/page_sets/page_cycler/dhtml.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 e32ab036933de4097708405799119177c0c4c842..deaf9a49cb779f0b24e735a2575a545cec8dffea 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -35,18 +35,6 @@ class _PageCycler(perf_benchmark.PerfBenchmark):
report_speed_index=options.report_speed_index)
-# This is an old page set, we intend to remove it after more modern benchmarks
-# work on CrOS.
-@benchmark.Enabled('chromeos')
-class PageCyclerDhtml(_PageCycler):
- """Benchmarks for various DHTML operations like simple animations."""
- page_set = page_sets.DhtmlPageSet
-
- @classmethod
- def Name(cls):
- return 'page_cycler.dhtml'
-
-
class PageCyclerIntlArFaHe(_PageCycler):
"""Page load time for a variety of pages in Arabic, Farsi and Hebrew.
« no previous file with comments | « no previous file | tools/perf/page_sets/page_cycler/dhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698