p0004: don't abort if multi-threaded is too slow
commit7b0d409eb28c4c92fa292dfc3ac468cb0f42d2bf
authorRené Scharfe <l.s.r@web.de>
Sat, 13 May 2017 16:03:22 +0000 (13 18:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:11:52 +0000 (16 11:11 +0900)
treea773eba91219fc6d66c2b573b1d0774b077d6322
parent48a6ace8f5a504cea47d4058744982f2bfb81f2f
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>
t/perf/p0004-lazy-init-name-hash.sh