repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
builtin: patch-id: add --verbatim as a command mode
[git/debian.git]
/
t
/
perf
/
p1006-cat-file.sh
blob
dcd801537968b3d325e3dd6b710ab829acf6d42a
1
#!/bin/sh
2
3
test_description
=
'Tests listing object info performance'
4
. .
/
perf-lib.sh
5
6
test_perf_large_repo
7
8
test_perf
'cat-file --batch-check'
'
9
git cat-file --batch-all-objects --batch-check
10
'
11
12
test_done