mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Fixed : ZSTD_compress* can compress > 4 GB in a single pass, reported by Nick Terrell
This commit is contained in:
parent
f116e87f59
commit
de4c04f6c2
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ void BMK_setAdditionalParam(int additionalParam) { g_additionalParam=additionalP
|
|||
void BMK_SetNbIterations(unsigned 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue