Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
perf
/
p1450-fsck.sh
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
sh
13 lines
134 Bytes
Copy permalink
Copy
Raw
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