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 213183003: [Telemetry] Add test case for power usage of background animations/heavy tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/power_intensive.json » ('j') | tools/perf/page_sets/power_intensive.json » ('J')
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 8df88c10f862b5984a144155c5c403eedaab0110..390e0b6526e7211a3bf1304e5b34a73ec8cf8057 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -15,3 +15,8 @@ class TabSwitchingFiveBlankTabs(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/five_blank_pages.json'
options = {'pageset_repeat': 10}
+
+class TabSwitchingPowerMeasurement(test.Test):
tonyg 2014/03/31 17:16:09 Let's call this TabSwitchingToughEnergyCases.
+ test = tab_switching.TabSwitching
+ page_set = 'page_sets/power_intensive.json'
+ options = {'pageset_repeat': 10}
« no previous file with comments | « no previous file | tools/perf/page_sets/power_intensive.json » ('j') | tools/perf/page_sets/power_intensive.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698