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 a451fec2256ac0a641663c264e14ca32de4d1674..79879f09e3955bc1a5037586279b03dacdc47b9a 100644 |
| --- a/tools/perf/benchmarks/tab_switching.py |
| +++ b/tools/perf/benchmarks/tab_switching.py |
| @@ -35,3 +35,7 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark): |
| @classmethod |
| def ShouldTearDownStateAfterEachStoryRun(cls): |
| return False |
| + |
| + @classmethod |
| + def ShouldTearDownStateAfterEachStorySetRun(cls): |
| + return False |