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, 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 0000000000..ae1b84198b
--- /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