| Index: tools/perf/benchmarks/thread_times.py
|
| diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py
|
| index a94c324f4d40502106d246d2553fe19b39ce9b5b..9d7400f8d2d4b1d9d59960d900d9303cb9b7cf7c 100644
|
| --- a/tools/perf/benchmarks/thread_times.py
|
| +++ b/tools/perf/benchmarks/thread_times.py
|
| @@ -2,10 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +from telemetry import benchmark
|
| +
|
| from benchmarks import silk_flags
|
| from measurements import thread_times
|
| import page_sets
|
| -from telemetry import benchmark
|
|
|
| class _ThreadTimes(benchmark.Benchmark):
|
| @classmethod
|
|
|