| Index: tools/perf/benchmarks/startup.py
|
| diff --git a/tools/perf/benchmarks/startup.py b/tools/perf/benchmarks/startup.py
|
| index 957619a0ddea7d5d3788547d1908d23d4f85efe7..d69a45f44823feea7ce75651ff3efdcb0be6456e 100644
|
| --- a/tools/perf/benchmarks/startup.py
|
| +++ b/tools/perf/benchmarks/startup.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 _StartupCold(benchmark.Benchmark):
|
|
|