Chromium Code Reviews| 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} |