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

Line error -> 1%

parent f5ee4279
No related branches found
No related tags found
No related merge requests found
Pipeline #58324 passed
......@@ -10,7 +10,7 @@ import java.util.Scanner;
/* a stub for your team's fuzzer */
public class Fuzzer {
// Blah - Test 3
// Blah - Test 1
private static final String OUTPUT_FILE = "fuzz.txt";
......@@ -19,7 +19,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 = 3;
private static final int LINE_ERROR_PERCENTAGE = 1;
// Limit on generation of inputs
private static final int NUMBER_TO_GENERATE = 10;
// 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