tvl-depot/third_party/git/t/perf/p1450-fsck.sh

14 lines
134 B
Bash
Raw Normal View History

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