From fd72a9eea260225caa9045fc4141e7119bca0353 Mon Sep 17 00:00:00 2001 From: Antonio Guilherme Ferreira Viggiano Date: Mon, 17 Jul 2023 10:26:49 +0200 Subject: [PATCH] Add results entry --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e60fff2..90cc99a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # fuzzer-evaluation Evaluating fuzzer effectiveness +## Results + +Please refer to [results](./results) for the summary of the findings of this research. + ## Usage Test against the default codebase ("ground truth") @@ -15,7 +19,7 @@ Test against M=15 mutated code (injected bugs) make evaluate seed= ``` -Launch S=30 (number of different seed values) EC2 instances and have them test against against the mutants for a maximum timeout of T=24 hours +Launch EC2 instances and have them test against against the mutants for a maximum timeout ``` make terraform