Add a simple tool which enables automated bisecting of codebase with manual test
commit19cbf13dc344795b0cd81169a26a5fcb3f885b04
authorrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 10 Jul 2013 13:10:23 +0000 (10 13:10 +0000)
committerrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 10 Jul 2013 13:10:23 +0000 (10 13:10 +0000)
tree02dc9cea2f2bc049778c9f0ed2fff601519dbc32
parent4dc80c99aa670e717283f7ca45730efdb05eeec4
Add a simple tool which enables automated bisecting of codebase with manual test

Creates a tool which enables bisection the codebase, with the user prompted to
manually test a given revision and enter whether it is good or bad. Useful in
tracking down the CL which caused a bug which can be triggered manually.

BUG=

Review URL: https://chromiumcodereview.appspot.com/18316008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210824 0039d316-1c4b-4281-b951-d872f2087c98
tools/bisect-manual-test.py [new file with mode: 0755]
tools/bisect-perf-regression.py
tools/run-bisect-manual-test.py [new file with mode: 0755]