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

Unified Diff: tools/perf/benchmarks/tab_switching.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/skpicture_printer.py ('k') | tools/perf/benchmarks/text_selection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/tab_switching.py
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
index 30b8485fa6bd7a177445633deb590dbcdc6223aa..37eed56cff383ec4de9e307cadfd28a46041967c 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -105,7 +105,7 @@ class TabSwitchingToughImageCases(perf_benchmark.PerfBenchmark):
return 'tab_switching.tough_image_cases'
-@benchmark.Disabled
+@benchmark.Disabled('all')
class TabSwitchingFlashEnergyCases(perf_benchmark.PerfBenchmark):
test = tab_switching.TabSwitching
page_set = page_sets.FlashEnergyCasesPageSet
@@ -116,7 +116,7 @@ class TabSwitchingFlashEnergyCases(perf_benchmark.PerfBenchmark):
return 'tab_switching.flash_energy_cases'
-@benchmark.Disabled
+@benchmark.Disabled('all')
class TabSwitchingPluginPowerSaver(perf_benchmark.PerfBenchmark):
test = tab_switching.TabSwitching
page_set = page_sets.FlashEnergyCasesPageSet
« no previous file with comments | « tools/perf/benchmarks/skpicture_printer.py ('k') | tools/perf/benchmarks/text_selection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698