Skip to content

Commit 745950c

Browse files
trastgitster
authored andcommitted
p4000: use -3000 when promising -3000
The 'log -3000 (baseline)' test accidentally still used -1000 from an earlier version. Noticed-by: Lawrence Holding <[email protected]> Signed-off-by: Thomas Rast <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 42e52e3 commit 745950c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/p4000-diff-algorithms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test_description="Tests diff generation performance"
77
test_perf_default_repo
88

99
test_perf 'log -3000 (baseline)' '
10-
git log -1000 >/dev/null
10+
git log -3000 >/dev/null
1111
'
1212

1313
test_perf 'log --raw -3000 (tree-only)' '

0 commit comments

Comments
 (0)