diff options
Diffstat (limited to 'chapters')
| -rw-r--r-- | chapters/tail-latency.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/tail-latency.tex b/chapters/tail-latency.tex index 2638e70..4b629cc 100644 --- a/chapters/tail-latency.tex +++ b/chapters/tail-latency.tex @@ -4,8 +4,8 @@ \section{Introduction} \begin{figure} -\subfloat[Insertion Throughput]{\includegraphics[width=.5\textwidth]{img/design-space/isam-insert-dist.pdf} \label{fig:tl-btree-isam-tput}} -\subfloat[Insertion Latency Distribution]{\includegraphics[width=.5\textwidth]{img/design-space/vptree-insert-dist.pdf} \label{fig:tl-btree-isam-lat}} \\ +\subfloat[Insertion Throughput]{\includegraphics[width=.5\textwidth]{img/tail-latency/btree-tput.pdf} \label{fig:tl-btree-isam-tput}} +\subfloat[Insertion Latency Distribution]{\includegraphics[width=.5\textwidth]{img/tail-latency/btree-dist.pdf} \label{fig:tl-btree-isam-lat}} \\ \caption{Insertion Performance of Dynamized ISAM vs. B+Tree} \label{fig:tl-btree-isam} \end{figure} |