7z b
7z b 5
runs benchmarking for 5 iterations
The LZMA benchmark is default benchmark for benchmark command.
There are two tests for LZMA benchmark:
1. Compressing with LZMA method
2. Decompressing with LZMA meth
The LZMA benchmark shows a rating in MIPS (million instructions
per second)
you can change the number of threads by -mmt{N} switch
The Dict column shows dictionary size. For example, 21 means 2^21 = 2 MB
The Usage column shows the percentage of time the processor is working. It's
normalized for a one-thread load. For example, 180% CPU Usage for 2 threads can
mean that average CPU usage is about 90% for each thread
The R / U (Rating / Usage) column shows the rating normalized for 100% of CPU
usage. That column shows the performance of one average CPU thread
Compression speed strongly depends from memory (RAM)
latency, Data Cache size/speed and TLB
Decompression speed strongly depends on CPU integer
operations.
Total values is obtain by adding both ( avr Compression + Avr Decompression ) / 2
https://sevenzip.osdn.jp/chm/cmdline/commands/bench.htm