Git fork

p4000: use -3000 when promising -3000

The 'log -3000 (baseline)' test accidentally still used -1000 from an
earlier version.

Noticed-by: Lawrence Holding <Lawrence.Holding@cubic.com>
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Thomas Rast and committed by
Junio C Hamano
745950ce 42e52e35

+1 -1
+1 -1
t/perf/p4000-diff-algorithms.sh
··· 7 7 test_perf_default_repo 8 8 9 9 test_perf 'log -3000 (baseline)' ' 10 - git log -1000 >/dev/null 10 + git log -3000 >/dev/null 11 11 ' 12 12 13 13 test_perf 'log --raw -3000 (tree-only)' '