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

Unified Diff: tools/bisect-perf-regression.py

Issue 359013002: Make a directory in which to put bisect-related modules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bisect -> auto_bisect Created 6 years, 5 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/auto_bisect/post_perf_builder_job.py ('k') | tools/bisect_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-perf-regression.py
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py
index bd281be7321bab23f05be6906a1d936fa529f23e..b10f268f13d9ee04ba79ff16030764348f1e2b4f 100755
--- a/tools/bisect-perf-regression.py
+++ b/tools/bisect-perf-regression.py
@@ -53,8 +53,8 @@ import zipfile
sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry'))
-import bisect_utils
-import post_perf_builder_job as bisect_builder
+from auto_bisect import bisect_utils
+from auto_bisect import post_perf_builder_job
from telemetry.page import cloud_storage
# The additional repositories that might need to be bisected.
« no previous file with comments | « tools/auto_bisect/post_perf_builder_job.py ('k') | tools/bisect_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698