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

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

Issue 538603002: Re-recorded tough_energy_cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create a flash-heavy page set for tab_switching Created 6 years, 2 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 | « 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 a1cb74c8bf4df58e35449317f5abfc35b4af4512..6d5830917babd9d7954bc81ce93fcfd5d7a410ec 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -32,3 +32,10 @@ class TabSwitchingToughEnergyCases(benchmark.Benchmark):
test = tab_switching.TabSwitching
page_set = page_sets.ToughEnergyCasesPageSet
options = {'pageset_repeat': 10}
+
+
+@benchmark.Enabled('has tabs')
+class TabSwitchingFlashEnergyCases(benchmark.Benchmark):
+ test = tab_switching.TabSwitching
+ page_set = page_sets.FlashEnergyCasesPageSet
+ options = {'pageset_repeat': 10}
« 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