t/perf: add scripts to bisect performance regressions
commit297e685cbaaa0d33125dc59ce2aa55f03a836598
authorChristian Couder <christian.couder@gmail.com>
Sun, 8 Apr 2018 09:35:13 +0000 (8 11:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 06:14:02 +0000 (11 15:14 +0900)
tree8f16f10a30291178e002f46ee0bdfa4c06e10cf6
parent8796b307ea86f8fa28cc6effc2defebbba0b56b9
t/perf: add scripts to bisect performance regressions

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>
t/perf/bisect_regression [new file with mode: 0755]
t/perf/bisect_run_script [new file with mode: 0755]