| Index: tools/perf/benchmarks/battor.py
|
| diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
|
| index 73d8ae301781d60a0ccb79e9b2cc6cb093a1c9b2..50ac01fe72f8f9fee30f163b9367581be5cb6382 100644
|
| --- a/tools/perf/benchmarks/battor.py
|
| +++ b/tools/perf/benchmarks/battor.py
|
| @@ -55,7 +55,7 @@ class BattOrSystemHealthLoadingDesktop(_BattOrBenchmark):
|
| """Desktop Chrome Memory System Health Benchmark."""
|
|
|
| def CreateStorySet(self, options):
|
| - return page_sets.DesktopSystemHealthStorySet(take_memory_measurement=False)
|
| + return page_sets.SystemHealthStorySet(platform='desktop', case='load')
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
| @@ -71,7 +71,7 @@ class BattOrSystemHealthLoadingMobile(_BattOrBenchmark):
|
| """Mobile Chrome Memory System Health Benchmark."""
|
|
|
| def CreateStorySet(self, options):
|
| - return page_sets.MobileSystemHealthStorySet(take_memory_measurement=False)
|
| + return page_sets.SystemHealthStorySet(platform='mobile', case='load')
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
|
|