| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index 8aa389efd739c7bf11bbd29be64adc56f9c0e18c..99e8f037efabc27f819809f96bf30ea9501a4375 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -91,7 +91,7 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark):
|
|
|
| class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
|
| """Desktop Chrome Memory System Health Benchmark."""
|
| - page_set = page_sets.DesktopMemorySystemHealthStorySet
|
| + page_set = page_sets.DesktopSystemHealthStorySet
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
| @@ -100,7 +100,7 @@ class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
|
|
|
| class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
|
| """Mobile Chrome Memory System Health Benchmark."""
|
| - page_set = page_sets.MobileMemorySystemHealthStorySet
|
| + page_set = page_sets.MobileSystemHealthStorySet
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
|
|