perf/run: add calls to get_var_from_env_or_config()
commit948e22e2bb8a7786e12f5564238b68419a9419b7
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)
treebaafd004feaa10f19d19622bee0a431369b779b2
parent91c4339e1921f3db1aec19ec10c01604bf2c00f7
perf/run: add calls to get_var_from_env_or_config()

These calls make it possible to have the make command or the
make options in a config file, instead of in environment
variables.

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