repo.or.cz
/
git
/
mingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t9814: fix misconversion from test $a -o $b to test $a || test $b
[git/mingw.git]
/
t
/
perf
/
p0002-read-cache.sh
blob
9180ae9343a03824653e087aaa766b9d33e50a94
1
#!/bin/sh
2
3
test_description
=
"Tests performance of reading the index"
4
5
. .
/
perf-lib.sh
6
7
test_perf_default_repo
8
9
count
=
1000
10
test_perf
"read_cache/discard_cache
$count
times"
"
11
test-read-cache
$count
12
"
13
14
test_done