]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added a cli test for new command --jobsize 4329/head
authorYann Collet <cyan@fb.com>
Tue, 4 Mar 2025 23:24:43 +0000 (15:24 -0800)
committerYann Collet <cyan@fb.com>
Tue, 4 Mar 2025 23:24:43 +0000 (15:24 -0800)
tests/cli-tests/compression/multi-threaded.sh
tests/cli-tests/compression/multi-threaded.sh.stderr.exact

index 17a5eb5186b3ecff7a780b5f486397b121b48a89..ac094129e13e6e16a973ec330e47e0f5887ae4f6 100755 (executable)
@@ -9,6 +9,7 @@ zstd --rsyncable -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=physical -f file -q ; zstd -t file.zst
+zstd -T0 --jobsize=1M -f file -q        ; zstd -t file.zst
 
 # multi-thread decompression warning test
 zstd -T0 -f file -q                     ; zstd -t file.zst; zstd -T0 -d file.zst -o file3
index 11daff6ba63b0239e9866b856870404020b4c3d0..0dcf52ac4e3d0d7b72581f6f6eea3f5faede7db7 100644 (file)
@@ -7,5 +7,6 @@ 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
 file.zst            : 65537 bytes