powturbo / TurboBench

Compression Benchmark
326 stars 34 forks source link

Option - b is invalid for fse and fsehuf #39

Closed huhu0823 closed 1 year ago

huhu0823 commented 1 year ago

1K:-b1k ./turbobench ../dataset/book -efsehuf -b1k 851499254 79.3 681.55 1003.72 fsehuf

4k:-b4k ./turbobench ../dataset/book -efsehuf -b4k 851499254 79.3 681.85 1002.65 855.22 fsehuf

powturbo commented 1 year ago

-b is the general block size in turbobench.

Not sure what the minimum possible block size. There is no checking in Turbobench

huhu0823 commented 1 year ago

Thank you very much. I hope the options for these compression algorithms can be unified in the future.