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

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

Issue 1428133005: [Telemetry] Allows concatenating multiple Disabled & Enabled decorators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Dave's comment Created 5 years, 1 month 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/rasterize_and_record_micro.py ('k') | tools/perf/benchmarks/skpicture_printer.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 569d381a9d93a26686f5e5737f027f338de399f7..472955ae55beeaa421da693b1d28c31e28a95b21 100644
--- a/tools/perf/benchmarks/repaint.py
+++ b/tools/perf/benchmarks/repaint.py
@@ -38,7 +38,7 @@ class _Repaint(perf_benchmark.PerfBenchmark):
#crbug.com/499320
#@benchmark.Enabled('android')
-@benchmark.Disabled()
+@benchmark.Disabled('all')
class RepaintKeyMobileSites(_Repaint):
"""Measures repaint performance on the key mobile sites.
@@ -51,7 +51,7 @@ class RepaintKeyMobileSites(_Repaint):
#crbug.com/502179
@benchmark.Enabled('android')
-@benchmark.Disabled()
+@benchmark.Disabled('all')
class RepaintGpuRasterizationKeyMobileSites(_Repaint):
"""Measures repaint performance on the key mobile sites with forced GPU
rasterization.
@@ -68,7 +68,7 @@ class RepaintGpuRasterizationKeyMobileSites(_Repaint):
# Disabled because we do not plan on running CT benchmarks on the perf
# waterfall any time soon.
-@benchmark.Disabled
+@benchmark.Disabled('all')
class RepaintCT(_Repaint):
"""Measures repaint performance for Cluster Telemetry."""
« no previous file with comments | « tools/perf/benchmarks/rasterize_and_record_micro.py ('k') | tools/perf/benchmarks/skpicture_printer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698