t/perf: add scripts to bisect performance regressions
authorChristian Couder <christian.couder@gmail.com>
Sun, 8 Apr 2018 09:35:13 +0000 (11:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 06:14:02 +0000 (15:14 +0900)
The new bisect_regression script can be used to automatically bisect
performance regressions. It will pass the new bisect_run_script to
`git bisect run`.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found