My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e52e3
)
p4000: use -3000 when promising -3000
author
Thomas Rast
<trast@student.ethz.ch>
Fri, 9 Mar 2012 09:52:54 +0000
(10:52 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 9 Mar 2012 10:07:23 +0000
(
02:07
-0800)
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>
t/perf/p4000-diff-algorithms.sh
patch
|
blob
|
history
diff --git
a/t/perf/p4000-diff-algorithms.sh
b/t/perf/p4000-diff-algorithms.sh
index
d6e505c
..
7e00c9d
100755
(executable)
--- 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 -
1
000 >/dev/null
+ git log -
3
000 >/dev/null
'
test_perf 'log --raw -3000 (tree-only)' '