Skip to content

Commit 97b89c8

Browse files
ttaylorrgitster
authored andcommitted
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 18e449f (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2082224 commit 97b89c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t/perf/p5326-multi-pack-bitmaps.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ test_description='Tests performance using midx bitmaps'
66

77
test_perf_large_repo
88

9-
test_expect_success 'enable multi-pack index' '
10-
git config core.multiPackIndex true
11-
'
12-
139
# we need to create the tag up front such that it is covered by the repack and
1410
# thus by generated bitmaps.
1511
test_expect_success 'create tags' '

0 commit comments

Comments
 (0)