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 209e658badaa03b38f537c0784883d98da6297db..767934f94fa2053ca61b069fc53574d0e910a7b9 100644 |
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py |
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py |
@@ -46,9 +46,9 @@ def SmokeTestGenerator(benchmark): |
benchmark.options['page_repeat'] = 1 |
class SinglePageBenchmark(benchmark): # pylint: disable=W0232 |
- def CreatePageSet(self, options): |
+ def CreateStorySet(self, options): |
# pylint: disable=E1002 |
- ps = super(SinglePageBenchmark, self).CreatePageSet(options) |
+ ps = super(SinglePageBenchmark, self).CreateStorySet(options) |
for p in ps.pages: |
p.skip_waits = True |
ps.user_stories = [p] |