aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Willford <kewillf@microsoft.com>2017-08-21 15:24:30 -0600
committerJunio C Hamano <gitster@pobox.com>2017-08-21 15:56:53 -0700
commit3921a0b3c3441d189f838656b30fbafa25e9eec4 (patch)
tree3da975e6d32e0345515a2e5d5f3e5e79056c3e4c /Makefile
parentb3622a4ee94e4916cd05e6d96e41eeb36b941182 (diff)
downloadgit-3921a0b3c3441d189f838656b30fbafa25e9eec4.tar.gz
git-3921a0b3c3441d189f838656b30fbafa25e9eec4.tar.xz
perf: add test for writing the index
A performance test for writing the index to be able to determine if changes to allocating ondisk structure help. Signed-off-by: Kevin Willford <kewillf@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 461c845d3..6e9b80751 100644
--- a/Makefile
+++ b/Makefile
@@ -655,6 +655,7 @@ TEST_PROGRAMS_NEED_X += test-parse-options
TEST_PROGRAMS_NEED_X += test-path-utils
TEST_PROGRAMS_NEED_X += test-prio-queue
TEST_PROGRAMS_NEED_X += test-read-cache
+TEST_PROGRAMS_NEED_X += test-write-cache
TEST_PROGRAMS_NEED_X += test-ref-store
TEST_PROGRAMS_NEED_X += test-regex
TEST_PROGRAMS_NEED_X += test-revision-walking