commit
e19c79900c
|
@ -107,15 +107,25 @@ Full list of arguments
|
||||||
L# - level
|
L# - level
|
||||||
--zstd= : Single run, parameter selection syntax same as zstdcli
|
--zstd= : Single run, parameter selection syntax same as zstdcli
|
||||||
--optimize= : find parameters to maximize compression ratio given parameters
|
--optimize= : find parameters to maximize compression ratio given parameters
|
||||||
Can use all --zstd= commands to constrain the type of solution found in addition to the following constraints
|
Can use all --zstd= commands to constrain the type of solution found in addition to the following constraints
|
||||||
cSpeed= - Minimum compression speed
|
cSpeed= : Minimum compression speed
|
||||||
dSpeed= - Minimum decompression speed
|
dSpeed= : Minimum decompression speed
|
||||||
cMem= - compression memory
|
cMem= : Maximum compression memory
|
||||||
lvl= - Automatically sets compression speed constraint to the speed of that level
|
lvl= : Searches for solutions which are strictly better than that compression lvl in ratio and cSpeed,
|
||||||
|
stc= : When invoked with lvl=, represents percentage slack in ratio/cSpeed allowed for a solution to be considered (Default 99%)
|
||||||
|
: In normal operation, represents percentage slack in choosing viable starting strategy selection in choosing the default parameters
|
||||||
|
(Lower value will begin with stronger strategies) (Default 90%)
|
||||||
|
preferSpeed= / preferRatio=
|
||||||
|
: Only affects lvl = invocations. Defines value placed on compression speed or ratio
|
||||||
|
when determining overall winner (default 1 for both, higher = more valued).
|
||||||
|
tries= : Maximum number of random restarts on a single strategy before switching (Default 5)
|
||||||
|
Higher values will make optimizer run longer, more chances to find better solution.
|
||||||
|
--optimize= : same as -O with more verbose syntax
|
||||||
-P# : generated sample compressibility
|
-P# : generated sample compressibility
|
||||||
-t# : Caps runtime of operation in seconds (default : 99999 seconds (about 27 hours ))
|
-t# : Caps runtime of operation in seconds (default : 99999 seconds (about 27 hours ))
|
||||||
-v : Prints Benchmarking output
|
-v : Prints Benchmarking output
|
||||||
-D : Next argument dictionary file
|
-D : Next argument dictionary file
|
||||||
|
-s : Benchmark all files separately
|
||||||
|
|
||||||
```
|
```
|
||||||
Any inputs afterwards are treated as files to benchmark.
|
Any inputs afterwards are treated as files to benchmark.
|
||||||
|
|
1189
tests/paramgrill.c
1189
tests/paramgrill.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue