Searched full:fullbench (Results 1 – 19 of 19) sorted by relevance
47 .PHONY: default fullbench-dll fullbench-lib52 all: fullbench-dll fullbench-lib55 fullbench-lib: fullbench.c xxhash.c58 fullbench-dll: fullbench.c xxhash.c62 @$(RM) fullbench-dll$(EXT) fullbench-lib$(EXT) \
31 Use `cd example` and `make` to build `fullbench-dll` and `fullbench-lib`.32 `fullbench-dll` uses a dynamic LZ4 library from the `dll` directory.33 `fullbench-lib` uses a static LZ4 library from the `lib` directory.51 Open `example\fullbench-dll.sln` to compile `fullbench-dll` that uses a
3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll.vcxproj", "{139…
24 <RootNamespace>fullbench-dll</RootNamespace>171 <ClCompile Include="fullbench.c" />
27 # fullbench : Precisely measure speed for each LZ4 function variant66 all: fullbench fuzzer frametest roundTripTest datagen86 fullbench : DEBUGLEVEL=0 target87 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c target93 fullbench-lib: fullbench.c $(LZ4DIR)/liblz4.a96 fullbench-dll: fullbench.c $(LZ4DIR)/xxhash.c116 fullbench-dll$(EXT) fullbench-lib$(EXT) \117 fullbench$(EXT) fullbench32$(EXT) \151 test: test-lz4 test-lz4c test-frametest test-fullbench test-fuzzer test-install391 test-fullbench: fullbench[all …]
6 fullbench
7 - `fullbench` : Precisely measure speed for each lz4 inner functions
50 make -C programs lz4 && make -C tests fullbench && make -C lib lib53 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-…59 COPY tests\fullbench.c bin\example\ &&68 COPY lib\dll\example\fullbench-dll.* bin\example\ &&80 - if [%COMPILER%]==[gcc] (COPY tests\fullbench.exe programs\)113 fullbench.exe -i1 fullbench.exe
18 fullbench : can bench _destSize() variants, by @felixhandte229 fuzzer & fullbench : updated to test new functions
14 env: Ubu=12.04cont Cmd='make -C tests test-lz4 test-lz4c test-fullbench' COMPILER=cc
11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench", "fullbench\fullbench.vcxproj", "{6…17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll\fullbench-dll.v…
32 - `fullbench` : Precisely measure speed for each lz4 inner functions36 - `fullbench-dll` : The fullbench program compiled with the import library; the executable requires…
10 fullbench
24 <RootNamespace>fullbench</RootNamespace>164 <ClCompile Include="..\..\..\tests\fullbench.c" />
24 <RootNamespace>fullbench</RootNamespace>168 <ClCompile Include="..\..\..\tests\fullbench.c" />
24 <RootNamespace>fullbench-dll</RootNamespace>169 <ClCompile Include="..\..\..\tests\fullbench.c" />
24 <RootNamespace>fullbench-dll</RootNamespace>173 <ClCompile Include="..\..\..\tests\fullbench.c" />
86 - run: make -C tests test-fullbench