Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: tools/perf/benchmarks/octane.py

Issue 1029263003: [telemetry] Sort imports in Telemetry and its dependents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure we're up to date. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/memory.py ('k') | tools/perf/benchmarks/oilpan_gc_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/octane.py
diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
index a3d1d4b10760bbe8a6eae0e2438400498daed1ce..657d52d1a09e3451e55287475129b94ac0888469 100644
--- a/tools/perf/benchmarks/octane.py
+++ b/tools/perf/benchmarks/octane.py
@@ -13,7 +13,6 @@ Octane 2.0 consists of 17 tests, four more than Octane v1.
import os
-from metrics import power
from telemetry import benchmark
from telemetry import page as page_module
from telemetry.page import page_set
@@ -21,6 +20,8 @@ from telemetry.page import page_test
from telemetry.util import statistics
from telemetry.value import scalar
+from metrics import power
+
_GB = 1024 * 1024 * 1024
DESCRIPTIONS = {
« no previous file with comments | « tools/perf/benchmarks/memory.py ('k') | tools/perf/benchmarks/oilpan_gc_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698