summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex12
1 files changed, 10 insertions, 2 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 2e08031..5130b9a 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -28,12 +28,20 @@ We configured Polybench's parameters so that only integer types are used, since
\begin{figure}\centering
\begin{tikzpicture}
\begin{axis}[
- visualization depends on={value \thisrow{Name} \as \labela},
+ ybar=0pt,
width=1\textwidth,
height=0.5\textwidth,
+ bar width=2pt,
+ ymin=0,
+ xmin=-0.5,
+ xmax=25.5,
]
- \addplot[] table [x=benchmark,y=cycles,col sep=comma] {results/benchmark_results/vericert.csv};
+ \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_opt.csv};
+ \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_no_chain.csv};
+ \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_no_opt.csv};
+ \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_no_opt_no_chain.csv};
+ \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/vericert.csv};
\end{axis}
\end{tikzpicture}