From: Sean Purcell Date: Mon, 17 Apr 2017 19:10:58 +0000 (-0700) Subject: Fix input size too small to trigger zstdmt X-Git-Tag: v1.2.0^2~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F660%2Fhead;p=thirdparty%2Fzstd.git Fix input size too small to trigger zstdmt --- diff --git a/tests/playTests.sh b/tests/playTests.sh index ce1e2582e..deeebee2e 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -469,9 +469,9 @@ fileRoundTripTest -g500K if [ -n "$hasMT" ] then $ECHO "\n**** zstdmt round-trip tests **** " - roundTripTest -g516K "16 -T0" - roundTripTest -g516K "19 -T2" - fileRoundTripTest -g500K " -T2" + roundTripTest -g4M "1 -T0" + roundTripTest -g8M "3 -T2" + fileRoundTripTest -g4M "19 -T2 -B1M" else $ECHO "\n**** no multithreading, skipping zstdmt tests **** " fi