mirror of
https://github.com/facebook/zstd.git
synced 2025-11-29 00:04:37 -05:00
removed trace left over
This commit is contained in:
parent
fcbf6b014a
commit
f593ccda04
@ -576,7 +576,6 @@ static void test_blockSplitter_incompressibleExpansionProtection(unsigned testNb
|
|||||||
|
|
||||||
/* let's fill input with random noise (incompressible) */
|
/* let's fill input with random noise (incompressible) */
|
||||||
RDG_genBuffer(incompressible, srcSize, 0.0, 0.0, seed);
|
RDG_genBuffer(incompressible, srcSize, 0.0, 0.0, seed);
|
||||||
DISPLAYLEVEL(4, "(hash: %llx) ", XXH64(incompressible, srcSize, 0));
|
|
||||||
|
|
||||||
/* this pattern targets the fastest _byChunk variant's sampling (level 3).
|
/* this pattern targets the fastest _byChunk variant's sampling (level 3).
|
||||||
* manually checked that, without the @savings protection, it would over-split.
|
* manually checked that, without the @savings protection, it would over-split.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user