diff options
author | Jeff King <peff@peff.net> | 2017-11-20 15:27:19 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-21 11:07:28 +0900 |
commit | 0a11e40275b445fcc959a0dc05f8d73a5a9cbf36 (patch) | |
tree | 3d9194bbdfc7d0768fc967f2b3a3f4a656fc661a /t/t4109 | |
parent | p5550: factor out nonsense-pack creation (diff) | |
download | tgif-0a11e40275b445fcc959a0dc05f8d73a5a9cbf36.tar.xz |
t/perf/lib-pack: use fast-import checkpoint to create packs
We currently use fast-import only to create a large number
of objects, and then run O(n) invocations of pack-objects to
turn them into packs.
We can do this faster by just asking fast-import to
checkpoint and create a pack for each (after telling it
not to turn loose tiny packs).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4109')
0 files changed, 0 insertions, 0 deletions