]> git.ipfire.org Git - thirdparty/zstd.git/commit
bench: added cli command `-S` to benchmark multiple files separately
authorYann Collet <cyan@fb.com>
Fri, 17 Nov 2017 08:22:55 +0000 (00:22 -0800)
committerYann Collet <cyan@fb.com>
Fri, 17 Nov 2017 08:22:55 +0000 (00:22 -0800)
commitd898fb7ba60611a3c293c8b8098960263e0bd7db
tree1712df4140f4f935747435750cfeba835c495500
parent8accfa7fcc3da7d1f81a4b3e879293fd393a1099
bench: added cli command `-S` to benchmark multiple files separately

Currently, all files are joined by default,
they are compressed separately but benchmarked together,
providing a single final result.

Benchmarking files separately make it possible to accurately measure difference for each file.
This is expected to be useful while tuning optimal parser.
programs/bench.c
programs/bench.h
programs/util.h
programs/zstdcli.c