powturbo / TurboBench

Compression Benchmark
326 stars 34 forks source link

ZStandard Presets #22

Closed indolering closed 3 years ago

indolering commented 4 years ago

Your default levels for ZSTD seem a little wonky:

You might want to comment the .ini file, as it's not clear what each preset means (like BWT). Also, the README mentions includes a FASTEST preset the turbobench.ini file only has TURBO.

powturbo commented 3 years ago

turbobench.ini is only an example, you can make your own preferred settings.

indolering commented 2 years ago

If this is what you use for the headline results listed in the project's README, then leaving the defaults as-is misleads the reader.

powturbo commented 2 years ago

I'll test and add your options for zstd when I make a new update the next time

indolering commented 2 years ago

Great! Looking over things again, I think I need to refactor my recommendations.

I'm not sure your intent for the TURBO/FAST/EFFICIENT/MAX/OPTIMAL categories are, but here is what settings I think match your intent while showing off the full range of ZSTD performance points:

TL;DR: --fast=99/1, -1/3/5/19, and --ultra -22