perf/run: read GIT_PERF_REPO_NAME from perf.repoName
commit19cf57a92e0f5e48580693110d9a53c62446f219
authorChristian Couder <christian.couder@gmail.com>
Fri, 5 Jan 2018 09:12:26 +0000 (5 10:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jan 2018 20:31:08 +0000 (5 12:31 -0800)
tree311c1f5a0b984ec26b759015ff3497d260e0e80d
parentfccec20f0baf9a801fb0f5a53285256a002b42cd
perf/run: read GIT_PERF_REPO_NAME from perf.repoName

The GIT_PERF_REPO_NAME env variable is used in
the `aggregate.perl` script to set the 'environment'
field in the JSON Codespeed output.

Let's make it easy to set this variable by setting it
in a config file.

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