Just for fun in the b (benchmark) now the
-all (multithread)
-tX (when used with -all limit to X thread. Note NO SPACE)
Beware: high CPU load brings high temperature, watch your cooler!
Benchmark all: b
Benchmark all on 1.86GB: b -minsize 2000000000
Benchmark all on 1MB: b -minsize 1048576
Benchmark SHA256 and BLAKE3: b -sha256 -blake 3 -minsize 1048576
Benchmark for 10 second each: b -n 10 -sha256 -blake3 -minsize 1048576
Cook the CPU (all cores): b -all -n 20 -blake3
Cook the CPU (8 cores): b -all -t8 -n 20 -blake3