Merge pull request #931 from scottchiefbaker/documentation

Include information about the benchmark output/methodology
dev
Yann Collet 2017-11-24 00:01:34 -08:00 committed by GitHub
commit 73a6c6ca5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -258,6 +258,9 @@ BENCHMARK
* `--priority=rt`: * `--priority=rt`:
set process priority to real-time 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 ADVANCED COMPRESSION OPTIONS
---------------------------- ----------------------------