summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2018-01-05 09:12:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-01-05 20:31:08 (GMT)
commit19cf57a92e0f5e48580693110d9a53c62446f219 (patch)
tree311c1f5a0b984ec26b759015ff3497d260e0e80d /t
parentfccec20f0baf9a801fb0f5a53285256a002b42cd (diff)
downloadgit-19cf57a92e0f5e48580693110d9a53c62446f219.zip
git-19cf57a92e0f5e48580693110d9a53c62446f219.tar.gz
git-19cf57a92e0f5e48580693110d9a53c62446f219.tar.bz2
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>
Diffstat (limited to 't')
-rwxr-xr-xt/perf/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/perf/run b/t/perf/run
index ef56396..1a100d6 100755
--- a/t/perf/run
+++ b/t/perf/run
@@ -137,6 +137,9 @@ run_subsection () {
get_var_from_env_or_config "GIT_PERF_MAKE_COMMAND" "perf" "makeCommand"
get_var_from_env_or_config "GIT_PERF_MAKE_OPTS" "perf" "makeOpts"
+ get_var_from_env_or_config "GIT_PERF_REPO_NAME" "perf" "repoName"
+ export GIT_PERF_REPO_NAME
+
GIT_PERF_AGGREGATING_LATER=t
export GIT_PERF_AGGREGATING_LATER