DescriptionAdded 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281936
Patch Set 1 #Patch Set 2 : #
Total comments: 10
Patch Set 3 : #Messages
Total messages: 9 (0 generated)
|