| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index 28bd93557f833ed78520a3e25a955483b5ce8db4..8da9ce31524221846ee5b282541bcde52c8d458d 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -79,7 +79,7 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark):
|
| return options
|
|
|
| def CreateStorySet(self, options):
|
| - return page_sets.SystemHealthStorySet(platform=self.PLATFORM, case='load',
|
| + return page_sets.SystemHealthStorySet(platform=self.PLATFORM,
|
| take_memory_measurement=True)
|
|
|
| @classmethod
|
|
|