diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:38 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:38 -0800 |
commit | 8faff3899e1fdefbdd143eaf5ce3b96532205bc7 (patch) | |
tree | d42f26e57cc524498fb3e49a9897b413d46a5e31 /t/perf | |
parent | Merge branch 'dl/complete-rebase-onto' (diff) | |
parent | pack-objects: avoid pointless oe_map_new_pack() calls (diff) | |
download | tgif-8faff3899e1fdefbdd143eaf5ce3b96532205bc7.tar.xz |
Merge branch 'jk/optim-in-pack-idx-conversion'
Code clean-up.
* jk/optim-in-pack-idx-conversion:
pack-objects: avoid pointless oe_map_new_pack() calls
Diffstat (limited to 't/perf')
-rwxr-xr-x | t/perf/p5303-many-packs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/perf/p5303-many-packs.sh b/t/perf/p5303-many-packs.sh index 3779851941..a369152c47 100755 --- a/t/perf/p5303-many-packs.sh +++ b/t/perf/p5303-many-packs.sh @@ -77,6 +77,7 @@ do # actual pack generation, without smudging the on-disk setup # between trials. test_perf "repack ($nr_packs)" ' + GIT_TEST_FULL_IN_PACK_ARRAY=1 \ git pack-objects --keep-true-parents \ --honor-pack-keep --non-empty --all \ --reflog --indexed-objects --delta-base-offset \ |