]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Include information about the benchmark output/methodology 931/head
authorScott Baker <scott@perturb.org>
Thu, 23 Nov 2017 04:29:46 +0000 (20:29 -0800)
committerScott Baker <scott@perturb.org>
Thu, 23 Nov 2017 04:34:25 +0000 (20:34 -0800)
Addresses #930

programs/zstd.1.md

index eea68548982ecd8405b61adc5bc0d3ac23eda993..9e4c5d305550a54a9800d6b30e977bb9078680cb 100644 (file)
@@ -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
 ----------------------------