Home
last modified time | relevance | path

Searched full:testing (Results 1 – 12 of 12) sorted by relevance

/lz4-3.4.0-2.7.6/tests/
Dtest_custom_block_sizes.sh16 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
DREADME.md1 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
DcheckTag.c35 * checkTag is intended to be used in automated testing environment.
Dtest-lz4-speed.py249 …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)
Dtest-lz4-list.py112 # we're only really interested in testing the output of the concat-all file.
Dfullbench.c464 DISPLAY("Not enough memory for '%s' full size; testing %i MB only... \n", in fullSpeedBench()
/lz4-3.4.0-2.7.6/contrib/meson/
DREADME.md34 See [man meson(1)](https://manpages.debian.org/testing/meson/meson.1.en.html).
/lz4-3.4.0-2.7.6/ossfuzz/
Dfuzz.h20 * the method to use based on the compiler. If testing with UBSAN set
/lz4-3.4.0-2.7.6/
Dappveyor.yml107 ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION% &&
/lz4-3.4.0-2.7.6/programs/
Dbench.c632 …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/
Dcompress_functions.c233 …* 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/
Dlz4hc.c1477 DEBUGLOG(7, "testing price rPos %i (last_match_pos=%i)", in LZ4HC_compress_optimal()