3 test_description='Tests multi-threaded lazy_init_name_hash'
9 test_expect_success 'verify both methods build the same hashmaps' '
10 $GIT_BUILD_DIR/t/helper/test-lazy-init-name-hash$X --dump --single | sort >out.single &&
11 $GIT_BUILD_DIR/t/helper/test-lazy-init-name-hash$X --dump --multi | sort >out.multi &&
12 test_cmp out.single out.multi
15 test_expect_success 'multithreaded should be faster' '
16 $GIT_BUILD_DIR/t/helper/test-lazy-init-name-hash$X --perf >out.perf