Skip to content

Commit

Permalink
fix TimeKiller comparsion figs
Browse files Browse the repository at this point in the history
  • Loading branch information
FertileFragrance committed Apr 15, 2024
1 parent 5c21c70 commit 8ad2666
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
Binary file modified examples/paper-timekiller/experiments/exp-other-tools-elle.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@
ymax=10,
ymin=0,
legend pos=north west,
xtick={0,2000,4000,6000,8000,10000},
xticklabels={0,2,4,6,8,10},
xtick scale label code/.code={$\cdot 10^{3}$},
cycle multiindex* list={
color \nextlist
mark list* \nextlist
}]
\addplot[color=black,mark=x,mark size=3pt] table [x=txns, y=TimeKiller, col sep=comma] {./data/other-tools-elle.csv};
\addplot[color=brown,mark=o,mark size=3pt] table [x=txns, y=ElleList, col sep=comma] {./data/other-tools-elle.csv};
\legend{Chronos,ElleList}
\addplot[color=black,mark=x,mark size=3pt] table [x=txns, y=TimeKiller, col sep=comma] {./data/other-tools-elle.csv};
\addplot[color=brown,mark=o,mark size=3pt,nodes near coords,node near coord style={font=\scriptsize}] coordinates {(10000,8.9222)};
\addplot[color=black,mark=x,mark size=3pt,nodes near coords,node near coord style={font=\scriptsize}] coordinates {(10000,1.0084)};
\legend{ElleKV,\textup{\textsc{Chronos}}}
\end{axis}
\end{tikzpicture}
\end{document}
Binary file modified examples/paper-timekiller/experiments/exp-other-tools-ellekv.pdf
Binary file not shown.
11 changes: 8 additions & 3 deletions examples/paper-timekiller/experiments/exp-other-tools-ellekv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@
\begin{axis}[
xlabel={\#txns},
ylabel={Time (s)},
ymax=22,
ymax=23,
ymin=0,
legend pos=north west,
xtick={0,20000,40000,60000,80000,100000},
xticklabels={0,2,4,6,8,10},
xtick scale label code/.code={$\cdot 10^{4}$},
cycle multiindex* list={
color \nextlist
mark list* \nextlist
}]
\addplot[color=black,mark=x,mark size=3pt] table [x=txns, y=TimeKiller, col sep=comma] {./data/other-tools-ellekv.csv};
\addplot[color=brown,mark=o,mark size=3pt] table [x=txns, y=ElleKV, col sep=comma] {./data/other-tools-ellekv.csv};
\legend{Chronos,ElleKV}
\addplot[color=black,mark=x,mark size=3pt] table [x=txns, y=TimeKiller, col sep=comma] {./data/other-tools-ellekv.csv};
\addplot[color=brown,mark=o,mark size=3pt,nodes near coords,node near coord style={font=\scriptsize}] coordinates {(100000,20.7206)};
\addplot[color=black,mark=x,mark size=3pt,nodes near coords,node near coord style={font=\scriptsize}] coordinates {(100000,1.7182)};
\legend{ElleKV,\textup{\textsc{Chronos}}}
\end{axis}
\end{tikzpicture}
\end{document}
Binary file modified examples/paper-timekiller/experiments/exp-other-tools.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/paper-timekiller/experiments/exp-other-tools.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}]
\addplot[color=blue,mark=square,mark size=3pt] table [x=txns, y=PolySI, col sep=comma] {./data/other-tools.csv};
\addplot[color=red,mark=triangle,mark size=3pt] table [x=txns, y=Viper, col sep=comma] {./data/other-tools.csv};
\addplot[color=black,mark=x,mark size=3pt] table [x=txns, y=TimeKiller, col sep=comma] {./data/other-tools.csv};
\addplot[color=brown,mark=o,mark size=3pt] table [x=txns, y=ElleKV, col sep=comma] {./data/other-tools.csv};
\legend{PolySI,Viper,Chronos,ElleKV}
\addplot[color=black,mark=x,mark size=3pt] table [x=txns, y=TimeKiller, col sep=comma] {./data/other-tools.csv};
\legend{PolySI,Viper,ElleKV,\textup{\textsc{Chronos}}}
\end{axis}
\end{tikzpicture}
\end{document}

0 comments on commit 8ad2666

Please sign in to comment.