Home
last modified time | relevance | path

Searched refs:zwrapbench (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A DMakefile37 all: fitblk example zwrapbench minigzip
39 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd
54 ./zwrapbench -qi1b3B1K $(TEST_FILE)
55 ./zwrapbench -rqi1b1e5 ../lib ../programs ../tests
59 valgrindTest: clean example fitblk example_zstd fitblk_zstd zwrapbench
67 $(VALGRIND) ./zwrapbench -qi1b3B1K $(TEST_FILE)
68 $(VALGRIND) ./zwrapbench -rqi1b1e5 ../lib ../programs ../tests
91 zwrapbench: $(EXAMPLE_PATH)/zwrapbench.o $(ZLIBWRAPPER_PATH)/zstd_zlibwrapper.o $(PROGRAMS_PATH)/da… target
109 …foo.gz example$(EXT) example_zstd$(EXT) fitblk$(EXT) fitblk_zstd$(EXT) zwrapbench$(EXT) minigzip$(…
H A D.gitignore8 zwrapbench.*
17 zwrapbench
H A DREADME.md76 The zstd distribution contains a tool called `zwrapbench` which can measure speed and ratio of zlib…
83 The benchmark tool can be compiled with `make zwrapbench` using [zlibWrapper/Makefile](Makefile).
108 To check the difference we made experiments using `zwrapbench -ri6b6` with zstd and zlib compressio…