benchmark more can test targetCBlockSize

This commit is contained in:
Yann Collet
2024-02-23 13:13:03 -08:00
parent 621a263fb2
commit 68a232c591
4 changed files with 9 additions and 0 deletions
+4
View File
@@ -218,6 +218,10 @@ the last one takes effect.
expected. This feature allows for controlling the guess when needed.
Exact guesses result in better compression ratios. Overestimates result in slightly
degraded compression ratios, while underestimates may result in significant degradation.
* `--target-compressed-block-size=#`:
Attempt to produce compressed blocks of approximately this size.
This will split larger blocks in order to approach this target.
Notably useful to improve latency when the receiver can make use of early data sooner.
* `-o FILE`:
save result into `FILE`.
* `-f`, `--force`: