| 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 88ea4897998e5d86e6a000722c5483d027957e4a..6f55e1e5af3e7a3a832c689dfd74b297ed3edde3 100644
|
| --- a/tools/perf/benchmarks/oilpan_gc_times.py
|
| +++ b/tools/perf/benchmarks/oilpan_gc_times.py
|
| @@ -4,14 +4,15 @@
|
|
|
| import os
|
|
|
| -import page_sets
|
| -from benchmarks import blink_perf
|
| -from benchmarks import silk_flags
|
| -from measurements import oilpan_gc_times
|
| from telemetry import benchmark
|
| from telemetry.core import util
|
| from telemetry import page
|
|
|
| +from benchmarks import blink_perf
|
| +from benchmarks import silk_flags
|
| +from measurements import oilpan_gc_times
|
| +import page_sets
|
| +
|
|
|
| class OilpanGCTimesBlinkPerfAnimation(benchmark.Benchmark):
|
| tag = 'blink_perf_animation'
|
|
|