about summary refs log tree commit diff
path: root/third_party/git/t/perf/p0002-read-cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/perf/p0002-read-cache.sh')
-rwxr-xr-xthird_party/git/t/perf/p0002-read-cache.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/git/t/perf/p0002-read-cache.sh b/third_party/git/t/perf/p0002-read-cache.sh
deleted file mode 100755
index cdd105a59452..000000000000
--- a/third_party/git/t/perf/p0002-read-cache.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-test_description="Tests performance of reading the index"
-
-. ./perf-lib.sh
-
-test_perf_default_repo
-
-count=1000
-test_perf "read_cache/discard_cache $count times" "
-	test-tool read-cache $count
-"
-
-test_done