From 52c0f47cff5632f4597d9bb9976f30fd1c4f9ab3 Mon Sep 17 00:00:00 2001
From: Ewen Smith <ewens@student.unimelb.edu.au>
Date: Thu, 22 Oct 2020 13:57:35 +1100
Subject: [PATCH] Line error percentage 2 -> 5

---
 fuzzer/Fuzzer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index c7644e0..ef6b7f1 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
-- 
GitLab