diff options
Diffstat (limited to 'programs/zstd.1.md')
-rw-r--r-- | programs/zstd.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/zstd.1.md b/programs/zstd.1.md index eea68548982e..9e4c5d305550 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -258,6 +258,9 @@ BENCHMARK * `--priority=rt`: set process priority to real-time +**Output Format:** CompressionLevel#Filename : IntputSize -> OutputSize (CompressionRatio), CompressionSpeed, DecompressionSpeed + +**Methodology:** For both compression and decompression speed, the entire input is compressed/decompressed in-memory to measure speed. A run lasts at least 1 sec, so when files are small, they are compressed/decompressed several times per run, in order to improve measurement accuracy. ADVANCED COMPRESSION OPTIONS ---------------------------- |