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

Unified Diff: tools/perf/benchmarks/polymer_load.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 | « tools/perf/benchmarks/page_cycler.py ('k') | tools/perf/benchmarks/repaint.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/polymer_load.py
diff --git a/tools/perf/benchmarks/polymer_load.py b/tools/perf/benchmarks/polymer_load.py
index f6ca829a578f4bb3bbb888ca1b0d1b3986888818..931f40c8d6a2c6038777b0523cba8cba44ed1d40 100644
--- a/tools/perf/benchmarks/polymer_load.py
+++ b/tools/perf/benchmarks/polymer_load.py
@@ -7,12 +7,14 @@ import page_sets
from telemetry import benchmark
+@benchmark.Enabled('android')
class PolymerLoadPica(benchmark.Benchmark):
"""Measures time to polymer-ready for Pica (News Reader)."""
test = polymer_load.PolymerLoadMeasurement
page_set = page_sets.PicaPageSet
+@benchmark.Enabled('android')
class PolymerLoadTopeka(benchmark.Benchmark):
"""Measures time to polymer-ready for Topeka (Quiz App)."""
test = polymer_load.PolymerLoadMeasurement
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | tools/perf/benchmarks/repaint.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698