repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'en/fill-directory-fixes'
[git/raj.git]
/
t
/
perf
/
p1450-fsck.sh
blob
ae1b84198bbc3ce59d1952ba0f97c3bb90ff5482
1
#!/bin/sh
2
3
test_description
=
'Test fsck performance'
4
5
. .
/
perf-lib.sh
6
7
test_perf_large_repo
8
9
test_perf
'fsck'
'
10
git fsck
11
'
12
13
test_done