Searched full:testing (Results 1 – 12 of 12) sorted by relevance
/lz4-3.4.0-2.7.6/tests/ |
D | test_custom_block_sizes.sh | 16 echo Testing -B31 21 echo Testing -B$blocksize 30 echo Testing -B$blocksize 39 echo Testing -B$blocksize 48 echo Testing -B$blocksize 57 echo Testing -B$blocksize
|
D | README.md | 1 Programs and scripts for automated testing of LZ4 9 - `test-lz4-speed.py` : script for testing lz4 speed difference between commits 13 #### `test-lz4-versions.py` - script for testing lz4 interoperability between versions 20 #### `test-lz4-speed.py` - script for testing lz4 speed difference between commits 59 maximum load average to start testing 61 last compression level for testing
|
D | checkTag.c | 35 * checkTag is intended to be used in automated testing environment.
|
D | test-lz4-speed.py | 249 …parser.add_argument('--maxLoadAvg', type=float, help='maximum load average to start testing', defa… 250 …parser.add_argument('--lastCLevel', type=int, help='last compression level for testing', default=5)
|
D | test-lz4-list.py | 112 # we're only really interested in testing the output of the concat-all file.
|
D | fullbench.c | 464 DISPLAY("Not enough memory for '%s' full size; testing %i MB only... \n", in fullSpeedBench()
|
/lz4-3.4.0-2.7.6/contrib/meson/ |
D | README.md | 34 See [man meson(1)](https://manpages.debian.org/testing/meson/meson.1.en.html).
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | fuzz.h | 20 * the method to use based on the compiler. If testing with UBSAN set
|
/lz4-3.4.0-2.7.6/ |
D | appveyor.yml | 107 ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION% &&
|
/lz4-3.4.0-2.7.6/programs/ |
D | bench.c | 632 …DISPLAY("File(s) bigger than LZ4's max input size; testing %u MB only...\n", (U32)(benchedSize >> … in BMK_benchFileTable() 635 DISPLAY("Not enough memory; testing %u MB only...\n", (U32)(benchedSize >> 20)); in BMK_benchFileTable()
|
/lz4-3.4.0-2.7.6/examples/ |
D | compress_functions.c | 233 …* Test Suite B) For the sake of testing, see what results we get if the data is drastically easie…
|
/lz4-3.4.0-2.7.6/lib/ |
D | lz4hc.c | 1477 DEBUGLOG(7, "testing price rPos %i (last_match_pos=%i)", in LZ4HC_compress_optimal()
|