diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-29 20:13:38 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-29 20:13:38 -0400 |
| commit | 941849c253101cebec191bc8352831b5f2eed0e3 (patch) | |
| tree | 3e4076324645530f221e2213bd73afc2342eeb4a /chapters/tail-latency.tex | |
| parent | 228be229a831ad082e8310a6d247f1153fb475b8 (diff) | |
| download | dissertation-941849c253101cebec191bc8352831b5f2eed0e3.tar.gz | |
updates
Diffstat (limited to 'chapters/tail-latency.tex')
| -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} |