tvl-depot/third_party/git/t/perf/p1450-fsck.sh
2020-01-11 23:40:29 +00:00

13 lines
134 B
Bash
Executable file

#!/bin/sh
test_description='Test fsck performance'
. ./perf-lib.sh
test_perf_large_repo
test_perf 'fsck' '
git fsck
'
test_done