Index: tools/perf/benchmarks/oilpan_gc_times.py |
diff --git a/tools/perf/benchmarks/oilpan_gc_times.py b/tools/perf/benchmarks/oilpan_gc_times.py |
index 0a7970661111d6664b9c8176553a0f26c6c6c84f..c429764bc99645c2c441522236fc6dfbd3f7f95f 100644 |
--- a/tools/perf/benchmarks/oilpan_gc_times.py |
+++ b/tools/perf/benchmarks/oilpan_gc_times.py |
@@ -22,9 +22,9 @@ class OilpanGCTimesBlinkPerfStress(perf_benchmark.PerfBenchmark): |
def Name(cls): |
return 'oilpan_gc_times.blink_perf_stress' |
- def CreatePageSet(self, options): |
+ def CreateStorySet(self, options): |
path = os.path.join(blink_perf.BLINK_PERF_BASE_DIR, 'BlinkGC') |
- return blink_perf.CreatePageSetFromPath(path, blink_perf.SKIPPED_FILE) |
+ return blink_perf.CreateStorySetFromPath(path, blink_perf.SKIPPED_FILE) |
class OilpanGCTimesSmoothnessAnimation(perf_benchmark.PerfBenchmark): |