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

Unified Diff: tools/perf/benchmarks/skpicture_printer.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/repaint.py ('k') | tools/perf/benchmarks/tab_switching.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/skpicture_printer.py
diff --git a/tools/perf/benchmarks/skpicture_printer.py b/tools/perf/benchmarks/skpicture_printer.py
index 3ba8834b89f89441aea0718374dd2501e18e14c0..33b11a539e39a7fe0255df219a910de28aa4c85b 100644
--- a/tools/perf/benchmarks/skpicture_printer.py
+++ b/tools/perf/benchmarks/skpicture_printer.py
@@ -22,7 +22,7 @@ def _MatchPageSetName(story_set_name, story_set_base_dir):
return None
-@benchmark.Disabled
+@benchmark.Disabled('all')
class SkpicturePrinter(perf_benchmark.PerfBenchmark):
@classmethod
def AddBenchmarkCommandLineArgs(cls, parser):
@@ -54,7 +54,7 @@ class SkpicturePrinter(perf_benchmark.PerfBenchmark):
# Disabled because we do not plan on running CT benchmarks on the perf
# waterfall any time soon.
-@benchmark.Disabled
+@benchmark.Disabled('all')
class SkpicturePrinterCT(perf_benchmark.PerfBenchmark):
"""Captures SKPs for Cluster Telemetry."""
« no previous file with comments | « tools/perf/benchmarks/repaint.py ('k') | tools/perf/benchmarks/tab_switching.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698