diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java index c7644e090da7b64b259583b7b4351970530c9498..ef6b7f1323a35252b3108742dfe3daa55d8de79e 100644 --- a/fuzzer/Fuzzer.java +++ b/fuzzer/Fuzzer.java @@ -17,7 +17,7 @@ public class Fuzzer { // The percentage of inputs that will be incorrect private static final int INPUT_ERROR_PERCENTAGE = 5; // The percentage of instructions that will be incorrect - private static final int LINE_ERROR_PERCENTAGE = 2; + private static final int LINE_ERROR_PERCENTAGE = 5; // Limit on generation of inputs private static final int NUMBER_TO_GENERATE = 10; // Instruction number range for each input