From 1ecb5ff141f6e54727c746446b52af51016e662c Mon Sep 17 00:00:00 2001 From: René Scharfe Date: Sun, 9 Jun 2013 19:39:17 +0200 Subject: read-cache: add simple performance test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the helper test-read-cache, which can be used to call read_cache and discard_cache in a loop as well as a performance check based on it. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6669bf0c6c..0a1f93b25a 100644 --- a/.gitignore +++ b/.gitignore @@ -190,6 +190,7 @@ /test-mktemp /test-parse-options /test-path-utils +/test-read-cache /test-regex /test-revision-walking /test-run-command -- cgit v1.2.3