diff options
Diffstat (limited to 'third_party/git/t/perf/p1450-fsck.sh')
-rwxr-xr-x | third_party/git/t/perf/p1450-fsck.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/git/t/perf/p1450-fsck.sh b/third_party/git/t/perf/p1450-fsck.sh new file mode 100755 index 000000000000..ae1b84198bbc --- /dev/null +++ b/third_party/git/t/perf/p1450-fsck.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +test_description='Test fsck performance' + +. ./perf-lib.sh + +test_perf_large_repo + +test_perf 'fsck' ' + git fsck +' + +test_done |