Skip to content
Snippets Groups Projects
Commit 745950ce authored by Thomas Rast's avatar Thomas Rast Committed by Junio C Hamano
Browse files

p4000: use -3000 when promising -3000


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

Noticed-by: default avatarLawrence Holding <Lawrence.Holding@cubic.com>
Signed-off-by: default avatarThomas Rast <trast@student.ethz.ch>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 42e52e35
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ test_description="Tests diff generation performance" ...@@ -7,7 +7,7 @@ test_description="Tests diff generation performance"
test_perf_default_repo test_perf_default_repo
test_perf 'log -3000 (baseline)' ' test_perf 'log -3000 (baseline)' '
git log -1000 >/dev/null git log -3000 >/dev/null
' '
test_perf 'log --raw -3000 (tree-only)' ' test_perf 'log --raw -3000 (tree-only)' '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment