Lines Matching full:speed
6 - `fullbench` : Precisely measure speed for each zstd inner functions
9 - `test-zstd-speed.py` : script for testing zstd speed difference between commits
64 #### `test-zstd-speed.py` - script for testing zstd speed difference between commits
69 Then it compiles all branches of zstd and performs a speed benchmark for a given list of files (the…
71 If a new commit is found it is compiled and a speed benchmark for this commit is performed.
72 The results of the speed benchmark are compared to the previous results.
73 …ression or decompression speed for one of zstd levels is lower than `lowerLimit` (an optional para…
77 - To be sure that speed results are accurate the script should be run on a "stable" target system w…
78 - Using the script with virtual machines can lead to large variations of speed results
79 - The speed benchmark is not performed until computers' load average is lower than `maxLoadAvg` (an…
85 ./test-zstd-speed.py "silesia.tar calgary.tar" "email@gmail.com" --message "tested on my laptop" --…
90 nohup ./test-zstd-speed.py testFileNames emails &
96 testFileNames file names list for speed benchmark
103 send email if speed is lower than given limit
138 -T# : set level 1 speed objective
154 cSpeed= : Minimum compression speed
155 dSpeed= : Minimum decompression speed
162 : determines value of gains in speed vs gains in ratio
163 when determining overall winner (default 5 (1% ratio = 5% speed)).