diff options
author | pshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 04:45:50 +0000 |
---|---|---|
committer | pshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 04:45:50 +0000 |
commit | 6a7a5d60f972611d3df92d4ee9ed67be6d05937c (patch) | |
tree | 7a719f0fec002bc88a3e796bf4473d691b9bc76d /crypto | |
parent | 76f6295421551a3df2a93ba68acb820f14cc4408 (diff) | |
download | chromium_src-6a7a5d60f972611d3df92d4ee9ed67be6d05937c.zip chromium_src-6a7a5d60f972611d3df92d4ee9ed67be6d05937c.tar.gz chromium_src-6a7a5d60f972611d3df92d4ee9ed67be6d05937c.tar.bz2 |
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
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions