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:
@@ -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
|
||||
|
Reference in New Issue
Block a user