| Index: tools/perf/benchmarks/memory_infra.py
|
| diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
|
| index c72a7083f94f6cdf730081d89dda8a9a7c277ab0..15abd532ebf1c224e248d115dd980187088199aa 100644
|
| --- a/tools/perf/benchmarks/memory_infra.py
|
| +++ b/tools/perf/benchmarks/memory_infra.py
|
| @@ -80,6 +80,8 @@ class MemoryBenchmarkTop10MobileStress(MemoryBenchmarkTop10Mobile):
|
| This benchmark is intended to stress-test the browser, catching memory leaks
|
| or possible crashes after interacting with the browser for a period of time.
|
| """
|
| + page_set = page_sets.MemoryTop10MobileRealistic
|
| +
|
| @classmethod
|
| def Name(cls):
|
| return 'memory.top_10_mobile_stress'
|
|
|