]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
perf: add test for writing the index
authorKevin Willford <kewillf@microsoft.com>
Mon, 21 Aug 2017 21:24:30 +0000 (15:24 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Aug 2017 22:56:53 +0000 (15:56 -0700)
commit3921a0b3c3441d189f838656b30fbafa25e9eec4
tree3da975e6d32e0345515a2e5d5f3e5e79056c3e4c
parentb3622a4ee94e4916cd05e6d96e41eeb36b941182
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>
Makefile
t/helper/test-write-cache.c [new file with mode: 0644]
t/perf/p0007-write-cache.sh [new file with mode: 0755]