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