git/t/perf/p1450-fsck.sh

14 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