| Index: tools/perf/benchmarks/tab_switching.py
|
| diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
|
| index d18dc5f235513b3b2947aee637746c353514a847..5aaad8eb793449279c36a7e7de0affa6f5243afd 100644
|
| --- a/tools/perf/benchmarks/tab_switching.py
|
| +++ b/tools/perf/benchmarks/tab_switching.py
|
| @@ -10,3 +10,8 @@ from measurements import tab_switching
|
| class TabSwitchingTop10(test.Test):
|
| test = tab_switching.TabSwitching
|
| page_set = 'page_sets/top_10.json'
|
| +
|
| +class TabSwitchingFiveBlankTabs(test.Test):
|
| + test = tab_switching.TabSwitching
|
| + page_set = 'page_sets/five_blank_pages.json'
|
| + options = {'pageset_repeat_iters': 10}
|
|
|