name-hash: add perf test for lazy_init_name_hash
commit89c3b0ad43ec9169aba169b264abf5e6b82d2c06
authorJeff Hostetler <jeffhost@microsoft.com>
Thu, 23 Mar 2017 13:47:05 +0000 (23 13:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Mar 2017 18:00:03 +0000 (24 11:00 -0700)
tree2a7eb64999e5a034aa3ac94ec21c99f98f57371c
parentea194895326d10f6e255eee05ac25ab5ae096dd9
name-hash: add perf test for lazy_init_name_hash

Created t/perf/p0004-lazy-init-name-hash.sh test
to demonstrate correctness and performance gains
with the multithreaded version of lazy_init_name_hash().

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p0004-lazy-init-name-hash.sh [new file with mode: 0644]