diff --git a/report/main.tex b/report/main.tex index 0fdb173..64cb479 100644 --- a/report/main.tex +++ b/report/main.tex @@ -44,6 +44,15 @@ \begin{document} \maketitle + \begin{adjustwidth}{-4cm}{-4cm} + \centering + \begin{tabular}{cc} + \toprule + Repository URL & \url{https://github.com/kamclassroom2022/project-02-python-test-generator-maggicl} \\ + Commit ID & \texttt{--} \\ \bottomrule + \end{tabular} + \end{adjustwidth} + \vspace{1cm} \subsection*{Section 1 - Instrumentation} @@ -178,7 +187,8 @@ effect-size has been used to measure the significance of the difference. Results of the statistical analysis are shown in table~\ref{tab:stats}. - Only 3 benchmark files out of 10 make the two script have statistical different performance. They are namely - \textit{check\_armstrong}, \textit{rabin\_karp} and \textit{anagram\_check}. The first two show that the genetic algorithm - performs significantly better than the fuzzer, while the last file shows the opposite. + Only 4 benchmark files out of 10 make the two script have statistical different performance. They are namely + \textit{check\_armstrong}, \textit{zeller\_birthday}, \textit{rabin\_karp} and \textit{anagram\_check}. + The first three show that the genetic algorithm performs significantly better than the fuzzer, + while the last file shows the opposite. \end{document}