Lines Matching full:lz4
1 Programs and scripts for automated testing of LZ4
7 - `fullbench` : Precisely measure speed for each lz4 inner functions
8 - `fuzzer` : Test tool, to check lz4 integrity on target platform
9 - `test-lz4-speed.py` : script for testing lz4 speed difference between commits
10 - `test-lz4-versions.py` : compatibility test between lz4 versions stored on Github
13 #### `test-lz4-versions.py` - script for testing lz4 interoperability between versions
15 This script creates `versionsTest` directory to which lz4 repository is cloned.
16 Then all taged (released) versions of lz4 are compiled.
17 In the following step interoperability between lz4 versions is checked.
20 #### `test-lz4-speed.py` - script for testing lz4 speed difference between commits
22 This script creates `speedTest` directory to which lz4 repository is cloned.
23 Then it compiles all branches of lz4 and performs a speed benchmark for a given list of files (the …
27 If compression or decompression speed for one of lz4 levels is lower than `lowerLimit` (an optional…
39 ./test-lz4-speed.py "silesia.tar calgary.tar" "email@gmail.com" --message "tested on my laptop" --s…
44 nohup ./test-lz4-speed.py testFileNames emails &