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

Unified Diff: tools/perf/benchmarks/draw_properties.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/chrome_signin_startup.py ('k') | tools/perf/benchmarks/gpu_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/draw_properties.py
diff --git a/tools/perf/benchmarks/draw_properties.py b/tools/perf/benchmarks/draw_properties.py
index 984df12f67e8180a0cb726e435f535f10670466e..9889f7d9c14f29986ec3fa63d4a34377c7ba3203 100644
--- a/tools/perf/benchmarks/draw_properties.py
+++ b/tools/perf/benchmarks/draw_properties.py
@@ -12,7 +12,7 @@ from telemetry import benchmark
# This benchmark depends on tracing categories available in M43
# This benchmark is still useful for manual testing, but need not be enabled
# and run regularly.
-@benchmark.Disabled()
+@benchmark.Disabled('all')
class DrawPropertiesToughScrolling(perf_benchmark.PerfBenchmark):
test = draw_properties.DrawProperties
page_set = page_sets.ToughScrollingCasesPageSet
@@ -24,7 +24,7 @@ class DrawPropertiesToughScrolling(perf_benchmark.PerfBenchmark):
# This benchmark depends on tracing categories available in M43
# This benchmark is still useful for manual testing, but need not be enabled
# and run regularly.
-@benchmark.Disabled()
+@benchmark.Disabled('all')
class DrawPropertiesTop25(perf_benchmark.PerfBenchmark):
"""Measures the performance of computing draw properties from property trees.
« no previous file with comments | « tools/perf/benchmarks/chrome_signin_startup.py ('k') | tools/perf/benchmarks/gpu_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698