0% found this document useful (0 votes)
129 views2 pages

LZMA Benchmark Guide for 7z Compression

The document describes the benchmarking command '7z b' for testing LZMA compression and decompression over a specified number of iterations. It explains the output metrics including MIPS rating, CPU usage, and how to adjust the number of threads. Additionally, it highlights the factors affecting compression and decompression speeds, such as memory latency and CPU operations.

Uploaded by

linuxlearn0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views2 pages

LZMA Benchmark Guide for 7z Compression

The document describes the benchmarking command '7z b' for testing LZMA compression and decompression over a specified number of iterations. It explains the output metrics including MIPS rating, CPU usage, and how to adjust the number of threads. Additionally, it highlights the factors affecting compression and decompression speeds, such as memory latency and CPU operations.

Uploaded by

linuxlearn0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like