Merge branch 'cb/t5004-empty-tar-archive-fix'
[git.git] / t / perf / p0002-read-cache.sh
blobcdd105a5945239850a12479ff1138a5428e3b6d6
1 #!/bin/sh
3 test_description="Tests performance of reading the index"
5 . ./perf-lib.sh
7 test_perf_default_repo
9 count=1000
10 test_perf "read_cache/discard_cache $count times" "
11 test-tool read-cache $count
14 test_done