Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DMakefile46 all: fitblk example zwrapbench minigzip
48 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd
63 ./zwrapbench -qi1b3B1K $(TEST_FILE)
64 ./zwrapbench -rqi1b1e5 ../lib ../programs ../tests
68 valgrindTest: clean example fitblk example_zstd fitblk_zstd zwrapbench
76 $(VALGRIND) ./zwrapbench -qi1b3B1K $(TEST_FILE)
77 $(VALGRIND) ./zwrapbench -rqi1b1e5 ../lib ../programs ../tests
100 zwrapbench: $(EXAMPLE_PATH)/zwrapbench.o zstd_zlibwrapper.o util.o timefn.o datagen.o $(ZSTDLIBRARY) target
118 …foo.gz example$(EXT) example_zstd$(EXT) fitblk$(EXT) fitblk_zstd$(EXT) zwrapbench$(EXT) minigzip$(…
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…