summaryrefslogtreecommitdiffstats
path: root/programs/bench.c
Commit message (Expand)AuthorAgeFilesLines
* fix benchmark more using DictionaryYann Collet2022-09-151-0/+2
* fix: various typosDominique Pelle2022-07-311-1/+1
* fixed minor pedantic warningYann Collet2022-07-291-2/+4
* can select validation of CRC during benchmarkYann Collet2022-07-291-2/+11
* implement decoder-only benchmark modeYann Collet2022-07-291-33/+112
* minor refactorYann Collet2022-07-291-122/+123
* updated documentation of bench unitYann Collet2022-07-291-2/+2
* minor : fix conversion warningsYann Collet2022-07-291-25/+25
* updated license & header datesYann Collet2020-11-251-1/+1
* Make benchmark compatible with dictionary compressionReto Koradi2019-11-061-43/+233
* fix several minor static analyzer warningsYann Collet2019-04-181-6/+6
* fixed #560Yann Collet2018-09-051-1/+1
* Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu2018-06-271-1/+4
* Fixed code based on comments from pull requestJennifer Liu2018-06-271-0/+2
* delete commented out code in bench.cJennifer Liu2018-06-261-2/+0
* Added --fast command to cliJennifer Liu2018-06-261-1/+1
* bench: introduced hidden command -SYann Collet2018-03-201-7/+27
* use TIMELOOP_NANOSEC,Yann Collet2018-02-201-2/+2
* fixed minor conversion warningYann Collet2018-02-201-2/+2
* ensure bench speed measurement is more accurate for small inputsYann Collet2018-02-201-23/+34
* update bench.c to use less time invocationsYann Collet2018-02-201-9/+9
* [bench] Use higher resolution timer on POSIXNick Terrell2017-10-171-13/+11
* fixed a bunch of -Wcomma warningsYann Collet2017-09-101-1/+4
* bench : made decompression speed evaluation same time as compressionYann Collet2017-09-071-3/+3
* bench.c: respect LZ4_MAX_INPUT_SIZE limitPrzemyslaw Skibinski2017-03-101-2/+7
* upgraded util.hPrzemyslaw Skibinski2017-02-151-1/+1
* Use logical or instead of bitwise orChocobo12017-01-121-1/+1
* Merge pull request #292 from inikep/devYann Collet2016-12-221-2/+11
|\
| * test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski2016-12-211-0/+8
| * executables use platform.hPrzemyslaw Skibinski2016-12-201-2/+3
| * Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-11-161-0/+1
* | updated a few macros namesYann Collet2016-12-221-3/+3
* | fixed minor coverity warningsYann Collet2016-11-151-0/+1
|/
* custom block sizePrzemyslaw Skibinski2016-11-101-1/+5
* fixed some static analyzer warningYann Collet2016-11-101-1/+1
* fixed synthetic benchmark modeYann Collet2016-11-091-3/+2
* fixed Travis testsPrzemyslaw Skibinski2016-11-041-9/+15
* updated lz4cli.cPrzemyslaw Skibinski2016-11-041-2/+3
* bench.c based on zstdPrzemyslaw Skibinski2016-11-041-312/+400
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* lz4cli version number from lz4.hYann Collet2016-09-031-3/+3
* added <string.h> for strlen()inikep2016-09-021-0/+2
* -b# and -e# options from zstdinikep2016-09-021-13/+32
* fix mingw64 compilation warningsinikep2016-09-021-0/+4
* minor refactoring changesYann Collet2016-08-101-3/+0
* changed : default benchmark LZ4_decompress_safe()Yann Collet2016-06-291-4/+4
* fixed display result issue when benchmarking multiple filesYann Collet2016-06-291-1/+3
* minor code refactoringYann Collet2016-06-291-15/+10
* Reduced bench dependency to standard C <time.h>Yann Collet2016-06-291-68/+39
* minor compression speed improvementYann Collet2016-06-291-71/+52