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

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

Issue 1144383005: Perf tests for Plugin Power Saver take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sullivan@ review Created 5 years, 7 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/power.py ('k') | tools/perf/page_sets/data/plugin_power_saver.json » ('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 3dbacf61cb5dbef4b28e15ef2ebdeb143a37adaf..3b2bbe14a6e6dbf488d713a2670782a398564d0e 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -104,7 +104,7 @@ class TabSwitchingToughImageCases(perf_benchmark.PerfBenchmark):
return 'tab_switching.tough_image_cases'
-@benchmark.Enabled('linux', 'mac', 'win', 'chromeos')
+@benchmark.Disabled
class TabSwitchingFlashEnergyCases(perf_benchmark.PerfBenchmark):
test = tab_switching.TabSwitching
page_set = page_sets.FlashEnergyCasesPageSet
@@ -115,7 +115,7 @@ class TabSwitchingFlashEnergyCases(perf_benchmark.PerfBenchmark):
return 'tab_switching.flash_energy_cases'
-@benchmark.Enabled('linux', 'mac', 'win', 'chromeos')
+@benchmark.Disabled
class TabSwitchingPluginPowerSaver(perf_benchmark.PerfBenchmark):
test = tab_switching.TabSwitching
page_set = page_sets.FlashEnergyCasesPageSet
« no previous file with comments | « tools/perf/benchmarks/power.py ('k') | tools/perf/page_sets/data/plugin_power_saver.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698