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

Unified Diff: tools/perf/benchmarks/repaint.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/polymer_load.py ('k') | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/repaint.py
diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
index dd3971e69ebc7e139704fbac2bbc191b10fc1a02..2d802262567a01a88161d6ca0fc76fcb3ac94459 100644
--- a/tools/perf/benchmarks/repaint.py
+++ b/tools/perf/benchmarks/repaint.py
@@ -8,6 +8,7 @@ import page_sets
from telemetry import benchmark
+@benchmark.Enabled('android')
class RepaintKeyMobileSites(benchmark.Benchmark):
"""Measures repaint performance on the key mobile sites.
@@ -16,7 +17,7 @@ class RepaintKeyMobileSites(benchmark.Benchmark):
page_set = page_sets.KeyMobileSitesPageSet
-@benchmark.Disabled('android') # crbug.com/412001
+@benchmark.Disabled # crbug.com/412001
class RepaintGpuRasterizationKeyMobileSites(benchmark.Benchmark):
"""Measures repaint performance on the key mobile sites with forced GPU
rasterization.
« no previous file with comments | « tools/perf/benchmarks/polymer_load.py ('k') | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698