| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index f8f07688a94f89584d002c84fa7203bb925c5e4e..5d1a23604e1bb7501a5292c344ff42b8f068752d 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -129,5 +129,9 @@ class WebviewStartupSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
|
| return options
|
|
|
| @classmethod
|
| + def ShouldTearDownStateAfterEachStoryRun(cls):
|
| + return True
|
| +
|
| + @classmethod
|
| def Name(cls):
|
| - return 'system_health.webview_startup'
|
| + return 'system_health.webview_startup'
|
|
|