Index: tools/perf/benchmarks/task_execution_time.py |
diff --git a/tools/perf/benchmarks/task_execution_time.py b/tools/perf/benchmarks/task_execution_time.py |
index b8560647ca54b757b2e2a8d3ed9dcfe6c1cc4d51..5bb38f2f2b08830f40f54ecacfeffd383ca9d5b1 100644 |
--- a/tools/perf/benchmarks/task_execution_time.py |
+++ b/tools/perf/benchmarks/task_execution_time.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 task_execution_time |
import page_sets |
-from telemetry import benchmark |
@benchmark.Enabled('android') |