Move bisect-perf-regression.py into auto_bisect directory.
commit62edbcf1e8e5dd1386693b7b4b90169e72bd7300
authorqyearsley <qyearsley@chromium.org>
Fri, 26 Sep 2014 01:19:34 +0000 (25 18:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Sep 2014 01:19:51 +0000 (26 01:19 +0000)
tree934a515ab096ecc327f58e16f2eff4a30894571d
parentcff892f9c3062ddd2ac7e3c2385a5fb63be0b886
Move bisect-perf-regression.py into auto_bisect directory.

The purpose of this is to continue gathering all the related code together, and to make it easier to run pylint/tests for the main module which still contains most of the code.

After doing this, pylint and the tests caught a couple of things -- one unused variable name, and after the script changed directory, some of the paths had to be modified as well.

BUG=

Review URL: https://codereview.chromium.org/564663002

Cr-Commit-Position: refs/heads/master@{#296847}
tools/auto_bisect/PRESUBMIT.py
tools/auto_bisect/README
tools/auto_bisect/bisect_perf_regression.py [moved from tools/bisect-perf-regression.py with 98% similarity]
tools/auto_bisect/bisect_perf_regression_test.py [moved from tools/bisect-perf-regression_test.py with 92% similarity]
tools/auto_bisect/bisect_utils.py
tools/auto_bisect/source_control.py
tools/run-bisect-manual-test.py
tools/run-bisect-perf-regression.py