perf/run: add '--config' option to the 'run' script
commite3d5e1207ea62dca81116a14abef4a537188865d
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)
tree7feb8a5f90ce4b082ed2a8aeb61ab83987189f72
parent59c0ea183ad1c5c2b3790caa5046e4ecfa839247
perf/run: add '--config' option to the 'run' script

It is error prone and tiring to use many long environment
variables to give parameters to the 'run' script.

Let's make it easy to store some parameters in a config
file and to pass them to the run script.

The GIT_PERF_CONFIG_FILE variable will be set to the
argument of the '--config' option. This variable is not
used yet. It will be used in a following commit.

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