| Index: tools/perf/benchmarks/tab_switching.py
|
| diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
|
| index ed75b503d7bf2c2423327bcf3cd9e18baf88f3a4..1d355b42c7be231a367d7ef961883307761244a3 100644
|
| --- a/tools/perf/benchmarks/tab_switching.py
|
| +++ b/tools/perf/benchmarks/tab_switching.py
|
| @@ -23,7 +23,8 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
|
| test = tab_switching.TabSwitching
|
|
|
| def CreateStorySet(self, options):
|
| - return page_sets.Typical25PageSet(run_no_page_interactions=True)
|
| + return page_sets.SystemHealthStorySet(platform='desktop',
|
| + case='multitab:misc')
|
|
|
| @classmethod
|
| def Name(cls):
|
|
|