inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

How to use block size/chunk size "-b" syntax please #73

Closed sagarcpa closed 3 years ago

sagarcpa commented 4 years ago

can someone share how to use -b parameter for block size/buffer size

jinfeihan57 commented 4 years ago

According to the usage instructions: ./lzbench.exe -ezstd,1 -b128 README.md -b128 means 128Kb. -b# set block/chunk size to # KB (default = MIN(filesize,1747626 KB))