We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b067108 commit b534befCopy full SHA for b534bef
tests/playTests.sh
@@ -1304,6 +1304,13 @@ datagen -g5000000 > tmp_patch
1304
zstd -15 --patch-from=tmp_dict tmp_patch 2>&1 | grep "long mode automatically triggered"
1305
rm -rf tmp*
1306
1307
+println "\n===> patch-from --stream-size test"
1308
+datagen -g1000 -P50 > tmp_dict
1309
+datagen -g1000 -P10 > tmp_patch
1310
+cat tmp_patch | zstd -f --patch-from=tmp_dict -c -o tmp_patch_diff && die
1311
+cat tmp_patch | zstd -f --patch-from=tmp_dict --stream-size=1000 -c -o tmp_patch_diff
1312
+rm -rf tmp*
1313
+
1314
println "\n===> large files tests "
1315
1316
roundTripTest -g270000000 1
0 commit comments