You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test on some file with default value and level 1 - 9:
#! /bin/bash
file=./20230628171044.xml
# file=./binlog.bk
rm $file.lz4
go run main.go lz4 -B 4 $file
for (( i=1; i < 10;i++ )); do
rm $file.lz4
go run main.go lz4 -i $i -B 4 $file
done
The compress rate seems always same for level 1 to level 9
test code:
I test on some file with default value and level 1 - 9:
The compress rate seems always same for level 1 to level 9
The text was updated successfully, but these errors were encountered: