Clarify -B docstring

This commit is contained in:
Elliot Gorokhovsky
2022-07-14 00:22:21 -04:00
parent 02ef78be58
commit 6d75b36b7f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ Benchmark arguments :
-b# : benchmark file(s), using # compression level (default: 3)
-e# : test all compression levels successively from -b# to -e# (default: 1)
-i# : minimum evaluation time in seconds (default: 3s)
-B# : cut file into independent blocks of size # (default: no block)
-B# : cut file into independent chunks of size # (default: no chunking)
-S : output one benchmark result per input file (default: consolidated result)
--priority=rt : set process priority to real-time
```