summaryrefslogtreecommitdiff
path: root/t/perf/perf-lib.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-08-31 15:49:48 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-08-31 15:49:48 -0700
commit53015c9dd40e0a5afc14aeeb6e6def25f10fff4d (patch)
treef3c01bfad2ae5b61e4c316c54a48ef831aea05dd /t/perf/perf-lib.sh
parentMerge branch 'hv/ref-filter-trailers-atom-parsing-fix' (diff)
parentindex-pack: adjust default threading cap (diff)
downloadtgif-53015c9dd40e0a5afc14aeeb6e6def25f10fff4d.tar.xz
Merge branch 'jk/index-pack-w-more-threads'
Long ago, we decided to use 3 threads by default when running the index-pack task in parallel, which has been adjusted a bit upwards. * jk/index-pack-w-more-threads: index-pack: adjust default threading cap p5302: count up to online-cpus for thread tests p5302: disable thread-count parameter tests by default
Diffstat (limited to 't/perf/perf-lib.sh')
-rw-r--r--t/perf/perf-lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/perf/perf-lib.sh b/t/perf/perf-lib.sh
index 13e389367a..821581a885 100644
--- a/t/perf/perf-lib.sh
+++ b/t/perf/perf-lib.sh
@@ -245,3 +245,5 @@ test_at_end_hook_ () {
test_export () {
export "$@"
}
+
+test_lazy_prereq PERF_EXTRA 'test_bool_env GIT_PERF_EXTRA false'