Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
DMakefile49 all: fitblk example zwrapbench minigzip
51 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd
66 ./zwrapbench -qi1b3B1K $(TEST_FILE)
67 ./zwrapbench -rqi1b1e3 ../lib
71 valgrindTest: clean example fitblk example_zstd fitblk_zstd zwrapbench
79 $(VALGRIND) ./zwrapbench -qi1b3B1K $(TEST_FILE)
80 $(VALGRIND) ./zwrapbench -rqi1b1e5 ../lib ../programs ../tests
100 zwrapbench: 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$(…
D.gitignore11 zwrapbench
20 zwrapbench
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…
/external/zstd/build/
D.gitignore13 VS2010/zwrapbench/