]> git.ipfire.org Git - thirdparty/git.git/blob - t/perf/p1450-fsck.sh
Merge branch 'jk/attr-macro-fix'
[thirdparty/git.git] / t / perf / p1450-fsck.sh
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