| 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..3411ca4cef254883ba17f138eac2e82b2423bccb 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 TabSwitchingToughEnergyCases(test.Test):
|
| + test = tab_switching.TabSwitching
|
| + page_set = 'page_sets/tough_energy_cases.json'
|
| + options = {'pageset_repeat': 10}
|
|
|