diff options
Diffstat (limited to 'third_party/git/t/perf/p0002-read-cache.sh')
-rwxr-xr-x | third_party/git/t/perf/p0002-read-cache.sh | 14 |
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 |