about summary refs log tree commit diff
path: root/third_party/git/t/perf/p1450-fsck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/perf/p1450-fsck.sh')
-rwxr-xr-xthird_party/git/t/perf/p1450-fsck.sh13
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 ae1b84198b..0000000000
--- 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