From f1e4ebdba3c05e1c5d83eeb338c62fc3227b1a1a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 11 Apr 2021 15:58:09 +0100 Subject: Add new results --- evaluation.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'evaluation.tex') diff --git a/evaluation.tex b/evaluation.tex index 1e02c84..2e08031 100644 --- a/evaluation.tex +++ b/evaluation.tex @@ -25,6 +25,20 @@ We configured Polybench's parameters so that only integer types are used, since \subsection{RQ1: How fast is \vericert{}-generated hardware?} +\begin{figure}\centering + \begin{tikzpicture} + \begin{axis}[ + visualization depends on={value \thisrow{Name} \as \labela}, + width=1\textwidth, + height=0.5\textwidth, + ] + + \addplot[] table [x=benchmark,y=cycles,col sep=comma] {results/benchmark_results/vericert.csv}; + + \end{axis} + \end{tikzpicture} +\end{figure} + \begin{figure}\centering \begin{subfigure}[t]{0.48\textwidth} \definecolor{cyclecountcol}{HTML}{1b9e77} -- cgit