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

Unified Diff: tools/perf/core/benchmark_finders.py

Issue 2958093002: [Perf] Update references to telemetry.core.discover (Closed)
Patch Set: Created 3 years, 6 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/contrib/cluster_telemetry/skpicture_printer.py ('k') | tools/perf/core/find_dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/benchmark_finders.py
diff --git a/tools/perf/core/benchmark_finders.py b/tools/perf/core/benchmark_finders.py
index b2cfde11a7146960887222dfaba797f4a18b98fd..4ed7dc82a83fa90af8cb27e7305c2b57c370ac54 100644
--- a/tools/perf/core/benchmark_finders.py
+++ b/tools/perf/core/benchmark_finders.py
@@ -9,9 +9,9 @@ import sys
from core import path_util
from core import perf_benchmark
-from telemetry.core import discover
from telemetry import benchmark as benchmark_module
+from py_utils import discover
def GetClassFilePath(clazz):
""" Return the absolute file path to |clazz|. """
« no previous file with comments | « tools/perf/contrib/cluster_telemetry/skpicture_printer.py ('k') | tools/perf/core/find_dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698