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