Added an option (--use-local-repo) to run bisect-builds.py from git checkout so that
'Downloading list of known revisions' step is faster. If the script is run with --use-local-repo option, it will use "git svn find-rev <SHA1>" command to convert git hash to svn revision. This method is significantly faster than running the script without git checkout. Eg: Command to run: time ./tools/bisect-builds.py -g 280588 -b 280590 --archive linux64 --use-local-repo Output: real 5m16.089s user 3m50.326s sys 1m1.190s time ./tools/bisect-builds.py -g 280588 -b 280590 --archive linux64 Output: real 10m51.194s user 0m10.248s sys 0m1.419s BUG=390547 NOTRY=True Review URL: https://codereview.chromium.org/378713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281936 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment