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, 0 insertions, 13 deletions
diff --git a/third_party/git/t/perf/p1450-fsck.sh b/third_party/git/t/perf/p1450-fsck.sh deleted file mode 100755 index ae1b84198bbc..000000000000 --- a/third_party/git/t/perf/p1450-fsck.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -test_description='Test fsck performance' - -. ./perf-lib.sh - -test_perf_large_repo - -test_perf 'fsck' ' - git fsck -' - -test_done |