cli : add support for --threads=# command

updated documentation
add relevant test case
This commit is contained in:
Yann Collet
2017-04-21 11:38:13 -07:00
parent d0b1846cf4
commit 230d7acc7d
4 changed files with 36 additions and 30 deletions
+1
View File
@@ -471,6 +471,7 @@ then
$ECHO "\n**** zstdmt round-trip tests **** "
roundTripTest -g4M "1 -T0"
roundTripTest -g8M "3 -T2"
roundTripTest -g8000K "2 --threads=2"
fileRoundTripTest -g4M "19 -T2 -B1M"
else
$ECHO "\n**** no multithreading, skipping zstdmt tests **** "