Skip to content

Commit

Permalink
p4000: use -3000 when promising -3000
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Rast authored and Junio C Hamano committed Mar 9, 2012
1 parent 42e52e3 commit 745950c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/perf/p4000-diff-algorithms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_description="Tests diff generation performance"
test_perf_default_repo

test_perf 'log -3000 (baseline)' '
git log -1000 >/dev/null
git log -3000 >/dev/null
'

test_perf 'log --raw -3000 (tree-only)' '
Expand Down

0 comments on commit 745950c

Please sign in to comment.