perf/run: add GIT_PERF_DIRS_OR_REVS
commit91c4339e1921f3db1aec19ec10c01604bf2c00f7
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 23 Sep 2017 19:55:56 +0000 (23 19:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Sep 2017 07:58:34 +0000 (24 16:58 +0900)
treef25f175bfa6a809b4f5fe56dc9359fb1a595a18a
parente6b71539dedc13a5737ab97cf54b9f41f94cac24
perf/run: add GIT_PERF_DIRS_OR_REVS

This environment variable can be set to some revisions or
directories whose Git versions should be tested, in addition
to the revisions or directories passed as arguments to the
'run' script.

This enables a "perf.dirsOrRevs" configuration variable to
be used to set revisions or directories whose Git versions
should be tested.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/run