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

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

Issue 510203002: Rename post_perf_builder_job.py -> request_build.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/request_build.py ('k') | no next file » | 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 d0a11bf92545888b34a597df5767b3a76cb0f1e4..e0caf0b8c1cb35e4f774e0190b49068b7e314f0b 100755
--- a/tools/bisect-perf-regression.py
+++ b/tools/bisect-perf-regression.py
@@ -52,7 +52,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry'))
from auto_bisect import bisect_utils
from auto_bisect import builder
from auto_bisect import math_utils
-from auto_bisect import post_perf_builder_job as bisect_builder
+from auto_bisect import request_build
from auto_bisect import source_control as source_control_module
from auto_bisect import ttest
from telemetry.util import cloud_storage
« no previous file with comments | « tools/auto_bisect/request_build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698