aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--report/report.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/report/report.tex b/report/report.tex
index 33b7495..5a11cb6 100644
--- a/report/report.tex
+++ b/report/report.tex
@@ -53,6 +53,12 @@ cases with duplicates or nearly sorted lists.
\section{Design}
\section{Implementation}
\section{Evaluation}
+\begin{tikzpicture}
+ \begin{axis}[xlabel={size},ylabel={seconds}]
+ \addplot[only marks] table [x=size, y=real, col sep=comma]
+ {../benchmark_results.csv};
+ \end{axis}
+\end{tikzpicture}
\section{Conclusion}
\end{document}