Re: [PATCH v2 6/7] name-hash: add test-lazy-init-name-hash

2017-03-23 Thread Ramsay Jones
On 23/03/17 13:47, g...@jeffhostetler.com wrote: > From: Jeff Hostetler > > Add t/helper/test-lazy-init-name-hash.c test code > to demonstrate performance times for lazy_init_name_hash() > using the original single-threaded and the new multi-threaded > code paths. > > Includes a --dump option

[PATCH v2 6/7] name-hash: add test-lazy-init-name-hash

2017-03-23 Thread git
From: Jeff Hostetler Add t/helper/test-lazy-init-name-hash.c test code to demonstrate performance times for lazy_init_name_hash() using the original single-threaded and the new multi-threaded code paths. Includes a --dump option to dump the created hashmaps to stdout. You can use this to run bo