diff options
author | 2018-03-24 08:44:51 +0100 | |
---|---|---|
committer | 2018-03-27 08:45:47 -0700 | |
commit | 5fbe600cb5e4c54e859b5d0b0ca59658781fce93 (patch) | |
tree | 3c5b9a66bc8cfbc632fd82d9b682eb8a2f92d563 /t/perf | |
parent | t/helper: merge test-prio-queue into test-tool (diff) | |
download | tgif-5fbe600cb5e4c54e859b5d0b0ca59658781fce93.tar.xz |
t/helper: merge test-read-cache into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf')
-rwxr-xr-x | t/perf/p0002-read-cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/p0002-read-cache.sh b/t/perf/p0002-read-cache.sh index 9180ae9343..cdd105a594 100755 --- a/t/perf/p0002-read-cache.sh +++ b/t/perf/p0002-read-cache.sh @@ -8,7 +8,7 @@ test_perf_default_repo count=1000 test_perf "read_cache/discard_cache $count times" " - test-read-cache $count + test-tool read-cache $count " test_done |