Merge branch 'rs/check-ignore-multi'
[gitweb.git] / t / perf / run
index ef563965469038790a16f17cfee76645aea74b65..1a100d6134722b381bba9744f3ed01af3e4d3d8f 100755 (executable)
@@ -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