summaryrefslogtreecommitdiff
path: root/taler
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-10-22 00:52:09 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-10-22 00:52:09 +0200
commit6e9542ce73c03ea37f530e219a3d6649c0244378 (patch)
tree3b0173e5921b970d954c60dc96b3d392ab34b2b7 /taler
parent963fbb43ca12d38007e56b54862bb92d4e598417 (diff)
downloaddold-thesis-phd-6e9542ce73c03ea37f530e219a3d6649c0244378.tar.gz
dold-thesis-phd-6e9542ce73c03ea37f530e219a3d6649c0244378.tar.bz2
dold-thesis-phd-6e9542ce73c03ea37f530e219a3d6649c0244378.zip
sync
Diffstat (limited to 'taler')
-rw-r--r--taler/implementation.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/taler/implementation.tex b/taler/implementation.tex
index 308ccc5..f9221ca 100644
--- a/taler/implementation.tex
+++ b/taler/implementation.tex
@@ -1892,11 +1892,12 @@ in relation to different network delays, which grows linearly as expected.
\toprule
Endpoint & {Base latency (\si{\milli\second})} & {Delay (\SI{100}{\milli\second}) latency (\si{\milli\second})} \\
\midrule
- \texttt{/refresh/melt} & 19.96 & 620.98 \\
- \texttt{/refresh/reveal} & 82.87 & 684.41 \\
- \texttt{/keys} & 0.95 & 401.21 \\
- \texttt{/reserve/withdraw} & 19.43 & 620.50 \\
- \texttt{/deposit} & 19.66 & 620.96 \\
+ \texttt{/refresh/melt} & 19.96 & 419.80 \\
+ \texttt{/refresh/reveal} & 82.87 & 483.33 \\
+ \texttt{/keys} & 0.95 & 400.91 \\
+ \texttt{/keys} (cherry-picking) & 0.52 & 200.55 \\
+ \texttt{/reserve/withdraw} & 19.43 & 419.98 \\
+ \texttt{/deposit} & 19.66 & 420.32 \\
\bottomrule
\end{tabular}
\caption{Effects of \SI{100}{\milli\second} symmetric network delay on total latency.}