p0004: don't abort if multi-threaded is too slow
If the single-threaded variant beats the multi-threaded one then we may have a performance bug, but that doesn't justify aborting the test. Drop that check; we can compare the results for --single and --multi using the actual performance tests. Signed-off-by: Rene Scharfe <l.s.r@web.de> Acked-by: Jeff Hostetler <git@jeffhostetler.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
René Scharfe committed
May 13, 2017 at 18:03 UTC
7b0d409eb28c4c92fa292dfc3ac468cb0f42d2bf
1 file changed
-4
t/perf/p0004-lazy-init-name-hash.sh
-4
@@ -14,10 +14,6 @@ test_expect_success 'verify both methods build the same hashmaps' '
14
test_cmp sorted.single sorted.multi
15
'
16
17
-test_expect_success 'multithreaded should be faster' '
18
- test-lazy-init-name-hash --perf >out.perf
19
-'
20
-
17
test_expect_success 'calibrate' '
18
entries=$(wc -l <out.single) &&
19