perf: add performance test for pickaxe
commitd90d441c336cc120b47e025d14c3879864ce60c5
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 12 Apr 2021 17:15:18 +0000 (12 19:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 May 2021 03:47:31 +0000 (11 12:47 +0900)
treed2884202b230c040b3b8b88db3d510c64b72f918
parent102fdd2e07f72919060224b3eb3560524d6cf1f9
perf: add performance test for pickaxe

Add a test for the -G and -S pickaxe options and related options.

This test supports being run with GIT_TEST_LONG=1 to adjust the limit
on the number of commits from 1k to 10k. The 1k limit seems to hit a
good spot on git.git

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p4209-pickaxe.sh [new file with mode: 0755]