1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

fix compression ratio for blocks <= 16 KB

This commit is contained in:
Yann Collet
2016-03-08 00:03:59 +01:00
parent 2486371008
commit 370b08e840
3 changed files with 30 additions and 26 deletions

View File

@@ -344,6 +344,7 @@ static int basicUnitTests(U32 seed, double compressibility)
DISPLAYLEVEL(4, "OK \n");
/* nbSeq limit test */
if (0)
{
#define _3BYTESTESTLENGTH 131000
#define NB3BYTESSEQLOG 9