#!/bin/sh test_description='Tests multi-threaded lazy_init_name_hash' . ./perf-lib.sh test_perf_large_repo test_checkout_worktree test_expect_success 'verify both methods build the same hashmaps' ' test-tool lazy-init-name-hash --dump --single >out.single && if test-tool lazy-init-name-hash --dump --multi >out.multi then test_set_prereq REPO_BIG_ENOUGH_FOR_MULTI && sort sorted.single && sort sorted.multi && test_cmp sorted.single sorted.multi fi ' test_expect_success 'calibrate' ' entries=$(wc -l