| Index: tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| index 8808a991cb2bbe0187604b2ed2deb676dc6bc932..b386869d7ac6f7017497782bcc4cc2aca53be744 100644
|
| --- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| +++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| @@ -52,7 +52,6 @@ def SmokeTestGenerator(benchmark, num_pages=1):
|
| def BenchmarkSmokeTest(self):
|
| # Only measure a single page so that this test cycles reasonably quickly.
|
| benchmark.options['pageset_repeat'] = 1
|
| - benchmark.options['page_repeat'] = 1
|
|
|
| class SinglePageBenchmark(benchmark): # pylint: disable=no-init
|
|
|
|
|