]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add to bench
authorGeorge Lu <gclu@fb.com>
Tue, 12 Jun 2018 19:54:43 +0000 (15:54 -0400)
committerGeorge Lu <gclu@fb.com>
Thu, 14 Jun 2018 18:23:24 +0000 (14:23 -0400)
commit20f4f3237911288d7e1af7e61dc7d8a5ab008cda
tree3ba4e7c47120e228a9391f625b46f1925333e920
parentcc6539f4b9019f2bb025d5828c741c9c4993e57b
Add to bench

-Remove global variables
-Remove gv setting functions
-Add advancedParams struct
-Add defaultAdvancedParams();
-Change return type of bench Files
-Change cli to use new interface
-Changed error returns to own struct value
-Change default compression benchmark to use decompress_generic
-Add CustomBench function
-Add Documentation for new functions
programs/bench.c
programs/bench.h
programs/zstdcli.c
tests/paramgrill.c