summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-06-17 10:33:31 -0700
committerJunio C Hamano <gitster@pobox.com>2022-06-17 10:33:31 -0700
commit2fec2d289588a70f8683bfe8f429d9e3d3d31ef5 (patch)
tree3b0c2c0766f0a37cdfbe7be8d565175b64463cbe /t/perf
parent3b9a5a33c2986522736d484da497ccd99d715220 (diff)
parent55d9d4bbd044afa004c6962aa50635158dc8719e (diff)
downloadgit-2fec2d289588a70f8683bfe8f429d9e3d3d31ef5.tar.gz
Merge branch 'jk/perf-lib-test-titles'
Show test titles to the performance test output again. * jk/perf-lib-test-titles: perf-lib: fix missing test titles in output
Diffstat (limited to 't/perf')
-rw-r--r--t/perf/perf-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/perf-lib.sh b/t/perf/perf-lib.sh
index ab3687c28d..27c2801792 100644
--- a/t/perf/perf-lib.sh
+++ b/t/perf/perf-lib.sh
@@ -219,7 +219,7 @@ test_wrapper_ () {
then
base=$(basename "$0" .sh)
echo "$test_count" >>"$perf_results_dir"/$base.subtests
- echo "$1" >"$perf_results_dir"/$base.$test_count.descr
+ echo "$test_title_" >"$perf_results_dir"/$base.$test_count.descr
base="$perf_results_dir"/"$PERF_RESULTS_PREFIX$(basename "$0" .sh)"."$test_count"
"$test_wrapper_func_" "$test_title_" "$@"
fi