Message ID | fe556b58814405baf5f19f4dd3e89883d08edb8e.1656249018.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | bitmap: integrate a lookup table extension to the bitmap format | expand |
On Sun, Jun 26, 2022 at 01:10:17PM +0000, Abhradeep Chakraborty via GitGitGadget wrote: > From: Abhradeep Chakraborty <chakrabortyabhradeep79@gmail.com> > > Enable pack.writeReverseIndex to true to see the effect of writing > the reverse index in the existing bitmap tests (with and without > lookup table). I think we should swap the order of these final two patches, since we're primarily interested in the difference between using a reverse index with and without the lookup table. Thanks, Taylor
Taylor Blau <me@ttaylorr.com> wrote: > I think we should swap the order of these final two patches, since we're > primarily interested in the difference between using a reverse index > with and without the lookup table. Ok. Thanks :)
diff --git a/t/perf/p5310-pack-bitmaps.sh b/t/perf/p5310-pack-bitmaps.sh index 6ff42bdd391..9848c5d5040 100755 --- a/t/perf/p5310-pack-bitmaps.sh +++ b/t/perf/p5310-pack-bitmaps.sh @@ -13,7 +13,8 @@ test_perf_large_repo # We intentionally use the deprecated pack.writebitmaps # config so that we can test against older versions of git. test_expect_success 'setup bitmap config' ' - git config pack.writebitmaps true + git config pack.writebitmaps true && + git config pack.writeReverseIndex true ' test_bitmap () {