| Index: tools/perf/benchmarks/start_with_url.py
|
| diff --git a/tools/perf/benchmarks/start_with_url.py b/tools/perf/benchmarks/start_with_url.py
|
| index b331bc9f1f2ba29bcd703798bfc72694c430a54d..43a1798668c87b54cd51a5d7a526e97792d173b1 100644
|
| --- a/tools/perf/benchmarks/start_with_url.py
|
| +++ b/tools/perf/benchmarks/start_with_url.py
|
| @@ -2,9 +2,10 @@
|
| # 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 measurements import startup
|
| import page_sets
|
| -from telemetry import benchmark
|
|
|
|
|
| class _StartWithUrl(benchmark.Benchmark):
|
|
|