Change Target Size in Fuzzer
It's a bit strange, because this is hitting the dictionary special case where the dictionary is contiguous with the input and still runs in the single- segment path. We should probably change that to hit the `extDict` path instead?
This commit is contained in:
+1
-1
@@ -1966,7 +1966,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
|
|||||||
3742, 3670, 3670, 3660, 3660,
|
3742, 3670, 3670, 3660, 3660,
|
||||||
3660, 3660, 3660, 3660, 3660,
|
3660, 3660, 3660, 3660, 3660,
|
||||||
3660, 3660, 3660 };
|
3660, 3660, 3660 };
|
||||||
size_t const target_wdict_cSize[22+1] = { 2830, 2890, 2890, 2820, 2940,
|
size_t const target_wdict_cSize[22+1] = { 2830, 2896, 2890, 2820, 2940,
|
||||||
2950, 2950, 2925, 2900, 2891,
|
2950, 2950, 2925, 2900, 2891,
|
||||||
2910, 2910, 2910, 2770, 2760,
|
2910, 2910, 2910, 2770, 2760,
|
||||||
2750, 2750, 2750, 2750, 2750,
|
2750, 2750, 2750, 2750, 2750,
|
||||||
|
|||||||
Reference in New Issue
Block a user