Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: sv.po: Update Swedish translation (3288t0f0u)
[gitweb.git]
/
t
/
perf
/
p4211-line-log.sh
diff --git
a/t/perf/p4211-line-log.sh
b/t/perf/p4211-line-log.sh
index e0ed05907c7277def1e9fcda15bd1e1fe98ae6cc..392bcc0e51f8ad907916851016157b12ea134835 100755
(executable)
--- a/
t/perf/p4211-line-log.sh
+++ b/
t/perf/p4211-line-log.sh
@@
-35,4
+35,8
@@
test_perf 'git log --oneline --raw --parents' '
git log --oneline --raw --parents >/dev/null
'
+test_perf 'git log --oneline --raw --parents -1000' '
+ git log --oneline --raw --parents -1000 >/dev/null
+'
+
test_done