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

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

Issue 587833003: [Telemetry] Make several more enable/disables match old master.cfg file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/benchmarks/polymer_load.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 95e9520cd299624de81461a53858afaa8023d754..969ec3c9d4689111995a77ac388a4dd4e20e90c9 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -85,13 +85,14 @@ class PageCyclerNetsimTop10(benchmark.Benchmark):
self.test.clear_cache_before_each_run = True
+@benchmark.Enabled('android')
class PageCyclerTop10Mobile(benchmark.Benchmark):
test = page_cycler.PageCycler
page_set = page_sets.Top10MobilePageSet
options = {'pageset_repeat': 10}
-@benchmark.Disabled('android')
+@benchmark.Disabled
class PageCyclerKeyMobileSites(benchmark.Benchmark):
test = page_cycler.PageCycler
page_set = page_sets.KeyMobileSitesPageSet
« no previous file with comments | « no previous file | tools/perf/benchmarks/polymer_load.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698