File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/com/code_intelligence/jazzer/mutation/mutator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989import org .junit .jupiter .params .provider .MethodSource ;
9090
9191public class StressTest {
92- private static final int NUM_INITS = 500 ;
93- private static final int NUM_MUTATE_PER_INIT = 100 ;
92+ private static final int NUM_INITS = 400 ;
93+ private static final int NUM_MUTATE_PER_INIT = 80 ;
9494 private static final double MANY_DISTINCT_ELEMENTS_RATIO = 0.5 ;
9595
9696 private enum TestEnumTwo {
@@ -386,7 +386,7 @@ public static Stream<Arguments> protoStressTestCases() {
386386 arguments (
387387 new TypeHolder <@ NotNull MapField3 >() {}.annotatedType (),
388388 "{Builder.Map<Integer,String>} -> Message" ,
389- distinctElementsRatio (0.47 ),
389+ distinctElementsRatio (0.46 ),
390390 manyDistinctElements ()),
391391 arguments (
392392 new TypeHolder <@ NotNull MessageMapField3 >() {}.annotatedType (),
You can’t perform that action at this time.
0 commit comments