| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index d7b080a796ceb4cfb95027e404e23cb46cabe180..a4f8dfb5aae17c5cc5c2212832cffa475312ea7e 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -83,6 +83,10 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark):
|
| take_memory_measurement=True)
|
|
|
| @classmethod
|
| + def ShouldTearDownStateAfterEachStoryRun(cls):
|
| + return True
|
| +
|
| + @classmethod
|
| def Name(cls):
|
| return 'system_health.memory_%s' % cls.PLATFORM
|
|
|
|
|