Lines Matching refs:zstd
6 - `fullbench` : Precisely measure speed for each zstd inner functions
7 - `fuzzer` : Test tool, to check zstd integrity on target platform
8 - `paramgrill` : parameter tester for zstd
9 - `test-zstd-speed.py` : script for testing zstd speed difference between commits
10 - `test-zstd-versions.py` : compatibility test between zstd versions stored on Github (v0.1+)
12 - `zstreamtest` : Fuzzer test tool for zstd streaming API
13 - `legacy` : Test tool to test decoding of legacy zstd frames
17 #### `test-zstd-versions.py` - script for testing zstd interoperability between versions
19 This script creates `versionsTest` directory to which zstd repository is cloned.
20 Then all tagged (released) versions of zstd are compiled.
21 In the following step interoperability between zstd versions is checked.
24 #### `test-zstd-speed.py` - script for testing zstd speed difference between commits
26 This script creates `speedTest` directory to which zstd repository is cloned.
27 Then it compiles all branches of zstd and performs a speed benchmark for a given list of files (the…
31 If compression or decompression speed for one of zstd levels is lower than `lowerLimit` (an optiona…
43 ./test-zstd-speed.py "silesia.tar calgary.tar" "[email protected]" --message "tested on my laptop" --…
48 nohup ./test-zstd-speed.py testFileNames emails &
82 with the zstd checksum field set,
90 zstd library correctly decompresses them in both simple and streaming modes.