]> git.ipfire.org Git - thirdparty/git.git/blame - t/perf/p0002-read-cache.sh
upload-pack: move allow_unadvertised_object_request to upload_pack_data
[thirdparty/git.git] / t / perf / p0002-read-cache.sh
CommitLineData
1ecb5ff1
RS
1#!/bin/sh
2
3test_description="Tests performance of reading the index"
4
5. ./perf-lib.sh
6
7test_perf_default_repo
8
9count=1000
10test_perf "read_cache/discard_cache $count times" "
5fbe600c 11 test-tool read-cache $count
1ecb5ff1
RS
12"
13
14test_done