summaryrefslogtreecommitdiff
path: root/t/perf/config
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-25 16:06:57 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-25 16:06:57 -0700
commit525705a0a24ec13aedda8acc5f826295f7888c0e (patch)
treebffd0b31dd718fbbb5e43b3fbb690f0bee11875f /t/perf/config
parentMerge branch 'jt/no-abuse-alternate-odb-for-submodules' (diff)
parentperf: disable automatic housekeeping (diff)
downloadtgif-525705a0a24ec13aedda8acc5f826295f7888c0e.tar.xz
Merge branch 'rs/disable-gc-during-perf-tests'
Avoid performance measurements from getting ruined by gc and other housekeeping pauses interfering in the middle. * rs/disable-gc-during-perf-tests: perf: disable automatic housekeeping
Diffstat (limited to 't/perf/config')
-rw-r--r--t/perf/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/perf/config b/t/perf/config
new file mode 100644
index 0000000000..b92768b039
--- /dev/null
+++ b/t/perf/config
@@ -0,0 +1,2 @@
+[gc]
+ auto = 0