Skip to content
Snippets Groups Projects
Commit 2aa268a6 authored by Ewen Smith's avatar Ewen Smith
Browse files

Line error percentage -> 2%

parent 18314532
No related branches found
No related tags found
No related merge requests found
Pipeline #58329 passed
...@@ -19,7 +19,7 @@ public class Fuzzer { ...@@ -19,7 +19,7 @@ public class Fuzzer {
// The percentage of inputs that will be incorrect // The percentage of inputs that will be incorrect
private static final int INPUT_ERROR_PERCENTAGE = 5; private static final int INPUT_ERROR_PERCENTAGE = 5;
// The percentage of instructions that will be incorrect // 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 // Limit on generation of inputs
private static final int NUMBER_TO_GENERATE = 10; private static final int NUMBER_TO_GENERATE = 10;
// Instruction number range for each input // Instruction number range for each input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment