| Index: tools/perf/benchmarks/system_health_smoke_test.py
|
| diff --git a/tools/perf/benchmarks/system_health_smoke_test.py b/tools/perf/benchmarks/system_health_smoke_test.py
|
| index 1b0e784386da8422ed82988f12412997538478cd..3ad67e4561167e12fee939cbe815787e0aa6489d 100644
|
| --- a/tools/perf/benchmarks/system_health_smoke_test.py
|
| +++ b/tools/perf/benchmarks/system_health_smoke_test.py
|
| @@ -119,7 +119,7 @@ def GenerateBenchmarkOptions(benchmark_class):
|
| benchmark_module.ProcessCommandLineArgs(None, options)
|
| # Only measure a single story so that this test cycles reasonably quickly.
|
| options.pageset_repeat = 1
|
| - options.page_repeat = 1
|
| +
|
| # Enable browser logging in the smoke test only. Hopefully, this will detect
|
| # all crashes and hence remove the need to enable logging in actual perf
|
| # benchmarks.
|
|
|