mirror of
https://github.com/facebook/zstd.git
synced 2025-12-07 00:02:39 -05:00
Fix input size too small to trigger zstdmt
This commit is contained in:
parent
c424ec2eae
commit
d845dab69c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user