Add adaptive delta encoding test.
This commit is contained in:
parent
24d5368f7f
commit
970d8163a2
2 changed files with 3 additions and 2 deletions
|
@ -98,7 +98,8 @@ LIBBSCGEN_OPT = -fopenmp
|
|||
LIBBSCCPPFLAGS = -I$(LIBBSCDIR)/libbsc -DENABLE_PC_LIBBSC
|
||||
|
||||
BAKFILES = *~ lzma/*~ lzfx/*~ lz4/*~ rabin/*~ bsdiff/*~ lzp/*~ utils/*~ crypto/sha2/*~ \
|
||||
crypto/sha2/intel/*~ crypto/aes/*~ crypto/scrypt/*~ crypto/*~ rabin/global/*~
|
||||
crypto/sha2/intel/*~ crypto/aes/*~ crypto/scrypt/*~ crypto/*~ rabin/global/*~ \
|
||||
delta2/*~
|
||||
|
||||
RM = rm -f
|
||||
RM_RF = rm -rf
|
||||
|
|
|
@ -9,7 +9,7 @@ for algo in lzfx lz4 adapt
|
|||
do
|
||||
for tf in combined.dat comb_d.dat
|
||||
do
|
||||
for feat in "-D" "-D -B3 -L" "-D -B4 -E" "-D -B2 -EE" "-D -B5 -EE -L" "-D -B2 -r"
|
||||
for feat in "-D" "-D -B3 -L" "-D -B4 -E" "-D -B2 -EE" "-D -B5 -EE -L" "-D -B2 -r" "-P" "-D -P" "-D -E -P"
|
||||
do
|
||||
for seg in 2m 100m
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue