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