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

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

Issue 1998453003: Remove Moz{,2}Pageset and its pcv1 benchmark (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/page_cycler/moz.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 b952e68cce2e6e0a78391f8c726c7727f795dafb..b1ce90cd33b1284a3e63a3af8ec0b32e5264b1ac 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -115,18 +115,6 @@ class PageCyclerIntlKoThVi(_PageCycler):
possible_browser.platform.GetOSVersionName() == 'snowleopard'))
-# This is an old page set, we intend to remove it after more modern benchmarks
-# work on CrOS.
-@benchmark.Enabled('chromeos')
-class PageCyclerMoz(_PageCycler):
- """Page load for mozilla's original page set. Recorded in December 2000."""
- page_set = page_sets.MozPageSet
-
- @classmethod
- def Name(cls):
- return 'page_cycler.moz'
-
-
@benchmark.Enabled('android')
class PageCyclerTop10Mobile(_PageCycler):
"""Page load time benchmark for the top 10 mobile web pages.
« no previous file with comments | « no previous file | tools/perf/page_sets/page_cycler/moz.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698