Fixed : ZSTD_compress* can compress > 4 GB in a single pass, reported by Nick Terrell
This commit is contained in:
parent
f116e87f59
commit
de4c04f6c2
@ -101,7 +101,7 @@ void BMK_setAdditionalParam(int additionalParam) { g_additionalParam=additionalP
|
|||||||
void BMK_SetNbIterations(unsigned nbLoops)
|
void BMK_SetNbIterations(unsigned nbLoops)
|
||||||
{
|
{
|
||||||
g_nbIterations = nbLoops;
|
g_nbIterations = nbLoops;
|
||||||
DISPLAYLEVEL(2, "- %i iterations -\n", g_nbIterations);
|
DISPLAYLEVEL(3, "- test >= %i seconds per compression / decompression -\n", g_nbIterations);
|
||||||
}
|
}
|
||||||
|
|
||||||
void BMK_SetBlockSize(size_t blockSize)
|
void BMK_SetBlockSize(size_t blockSize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user