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

Unified Diff: tools/perf/core/perf_data_generator.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/core/find_dependencies.py ('k') | tools/perf/measurements/measurement_smoke_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_data_generator.py
diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
index 3feac7eec9afc8337c42e16449090b0de80e18e5..0bf9e5de5465ec481d6647e643973415bdcf8a77 100755
--- a/tools/perf/core/perf_data_generator.py
+++ b/tools/perf/core/perf_data_generator.py
@@ -23,9 +23,10 @@ from core import path_util
path_util.AddTelemetryToPath()
from telemetry import benchmark as benchmark_module
-from telemetry.core import discover
from telemetry import decorators
+from py_utils import discover
+
from core.sharding_map_generator import load_benchmark_sharding_map
« no previous file with comments | « tools/perf/core/find_dependencies.py ('k') | tools/perf/measurements/measurement_smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698