aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2021-09-14 18:06:11 -0400
committerJunio C Hamano <gitster@pobox.com>2021-09-14 16:34:18 -0700
commit97b89c8150edef2ffd7db2eb072bb898cfea05ca (patch)
tree91a909e26890d748412f900ffcac74272bc1ae8e
parentp5326: create missing 'perf-tag' tag (diff)
downloadgit-97b89c8150edef2ffd7db2eb072bb898cfea05ca.tar.gz
git-97b89c8150edef2ffd7db2eb072bb898cfea05ca.zip
p5326: don't set core.multiPackIndex unnecessarily
When this performance test was originally written, `core.multiPackIndex` was not the default and thus had to be enabled. But now that we have 18e449f86b (midx: enable core.multiPackIndex by default, 2020-09-25), we no longer need this. Drop the unnecessary setup (even though it's not hurting anything, it is unnecessary at best and confusing at worst). Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/perf/p5326-multi-pack-bitmaps.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/perf/p5326-multi-pack-bitmaps.sh b/t/perf/p5326-multi-pack-bitmaps.sh
index 51b5636259..a9c5499537 100755
--- a/t/perf/p5326-multi-pack-bitmaps.sh
+++ b/t/perf/p5326-multi-pack-bitmaps.sh
@@ -6,10 +6,6 @@ test_description='Tests performance using midx bitmaps'
test_perf_large_repo
-test_expect_success 'enable multi-pack index' '
- git config core.multiPackIndex true
-'
-
# we need to create the tag up front such that it is covered by the repack and
# thus by generated bitmaps.
test_expect_success 'create tags' '