summaryrefslogtreecommitdiff
path: root/t/perf/p0004-lazy-init-name-hash.sh
Commit message (Collapse)AuthorAgeFilesLines
* p0004: make perf test executableChristian Couder2017-04-181-0/+0
| | | | | | | | | | It looks like in 89c3b0ad43 (name-hash: add perf test for lazy_init_name_hash, 2017-03-23) p0004 was not created with the execute unix rights. Let's fix that. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Acked-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* name-hash: add perf test for lazy_init_name_hashJeff Hostetler2017-03-241-0/+19
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>