From 941849c253101cebec191bc8352831b5f2eed0e3 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 29 May 2025 20:13:38 -0400 Subject: updates --- chapters/tail-latency.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapters/tail-latency.tex') 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} -- cgit v1.2.3