set the window log value before performing compression

This commit is contained in:
Paul Cruz
2017-07-26 14:29:59 -07:00
parent a959cc881a
commit 6c1c1242fc
2 changed files with 15 additions and 6 deletions
@@ -237,4 +237,9 @@ rm tmp*
zstd -d tmp.zst -o tmp2
diff -s -q tmp tmp2
rm tmp*
echo -e "\ncorrectness tests -- window size test"
./datagen -s39 -g1GB | pv -L 25m -q | ./adapt -i1 | pv -q > tmp.zst
zstd -d tmp.zst
rm tmp*
make clean