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

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

Issue 1463503003: telemetry: Remove Flash tab-switching benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove more dead code. 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 | « no previous file | tools/perf/page_sets/data/flash_energy_cases.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 37eed56cff383ec4de9e307cadfd28a46041967c..6faf439c2d9c8b951dc956fddfa25ca486efc5da 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -103,28 +103,3 @@ class TabSwitchingToughImageCases(perf_benchmark.PerfBenchmark):
@classmethod
def Name(cls):
return 'tab_switching.tough_image_cases'
-
-
-@benchmark.Disabled('all')
-class TabSwitchingFlashEnergyCases(perf_benchmark.PerfBenchmark):
- test = tab_switching.TabSwitching
- page_set = page_sets.FlashEnergyCasesPageSet
- options = {'pageset_repeat': 10}
-
- @classmethod
- def Name(cls):
- return 'tab_switching.flash_energy_cases'
-
-
-@benchmark.Disabled('all')
-class TabSwitchingPluginPowerSaver(perf_benchmark.PerfBenchmark):
- test = tab_switching.TabSwitching
- page_set = page_sets.FlashEnergyCasesPageSet
- options = {'pageset_repeat': 10}
-
- def SetExtraBrowserOptions(self, options):
- options.AppendExtraBrowserArgs(['--enable-plugin-power-saver'])
-
- @classmethod
- def Name(cls):
- return 'tab_switching.plugin_power_saver'
« no previous file with comments | « no previous file | tools/perf/page_sets/data/flash_energy_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698