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

Unified Diff: tools/perf/benchmarks/v8.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/thread_times.py ('k') | tools/perf/benchmarks/webrtc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index d4003a9e683b56be95dfc2517eefb76035446b92..8b9085505f9674ca672e5c7b57c94d60da733414 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -2,10 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import page_sets
+from telemetry import benchmark
+
from measurements import v8_detached_context_age_in_gc
from measurements import v8_gc_times
-from telemetry import benchmark
+import page_sets
@benchmark.Disabled('win') # crbug.com/416502
« no previous file with comments | « tools/perf/benchmarks/thread_times.py ('k') | tools/perf/benchmarks/webrtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698