diff options
author | Thomas Rast <trast@student.ethz.ch> | 2012-03-09 10:52:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-09 02:07:23 -0800 |
commit | 745950ce0e7e984158a00cd52c5811918d1f3495 (patch) | |
tree | 00072e2b7d88051ec8d6d4e955743736529dd899 /t/perf | |
parent | Update draft release notes to 1.7.10 (diff) | |
download | tgif-745950ce0e7e984158a00cd52c5811918d1f3495.tar.xz |
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>
Diffstat (limited to 't/perf')
-rwxr-xr-x | t/perf/p4000-diff-algorithms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/p4000-diff-algorithms.sh b/t/perf/p4000-diff-algorithms.sh index d6e505c78c..7e00c9da47 100755 --- a/t/perf/p4000-diff-algorithms.sh +++ b/t/perf/p4000-diff-algorithms.sh @@ -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)' ' |