added a cli test for new command --jobsize
This commit is contained in:
@@ -9,6 +9,7 @@ zstd --rsyncable -f file -q ; zstd -t file.zst
|
|||||||
zstd -T0 -f file -q ; zstd -t file.zst
|
zstd -T0 -f file -q ; zstd -t file.zst
|
||||||
zstd -T0 --auto-threads=logical -f file -q ; zstd -t file.zst
|
zstd -T0 --auto-threads=logical -f file -q ; zstd -t file.zst
|
||||||
zstd -T0 --auto-threads=physical -f file -q ; zstd -t file.zst
|
zstd -T0 --auto-threads=physical -f file -q ; zstd -t file.zst
|
||||||
|
zstd -T0 --jobsize=1M -f file -q ; zstd -t file.zst
|
||||||
|
|
||||||
# multi-thread decompression warning test
|
# multi-thread decompression warning test
|
||||||
zstd -T0 -f file -q ; zstd -t file.zst; zstd -T0 -d file.zst -o file3
|
zstd -T0 -f file -q ; zstd -t file.zst; zstd -T0 -d file.zst -o file3
|
||||||
|
|||||||
@@ -7,5 +7,6 @@ file.zst : 65537 bytes
|
|||||||
file.zst : 65537 bytes
|
file.zst : 65537 bytes
|
||||||
file.zst : 65537 bytes
|
file.zst : 65537 bytes
|
||||||
file.zst : 65537 bytes
|
file.zst : 65537 bytes
|
||||||
|
file.zst : 65537 bytes
|
||||||
Warning : decompression does not support multi-threading
|
Warning : decompression does not support multi-threading
|
||||||
file.zst : 65537 bytes
|
file.zst : 65537 bytes
|
||||||
|
|||||||
Reference in New Issue
Block a user