diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java index 62171cf72d4208ca06fa3b4561da82955441fff8..fe9e2660ed2dbb883a64e811bec17b9593b75e9d 100644 --- a/fuzzer/Fuzzer.java +++ b/fuzzer/Fuzzer.java @@ -22,7 +22,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 = 1; + private static final int LINE_ERROR_PERCENTAGE = 2; // Limit on generation of inputs private static final int NUMBER_TO_GENERATE = 10; // Instruction number range for each input