summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plots/latency-deposit.data8
-rw-r--r--plots/latency-keys.data6
-rw-r--r--plots/latency-refresh-melt.data10
-rw-r--r--plots/latency-refresh-reveal.data8
-rw-r--r--plots/latency-withdraw.data8
-rw-r--r--stuff.txt1
-rw-r--r--taler/implementation.tex11
7 files changed, 27 insertions, 25 deletions
diff --git a/plots/latency-deposit.data b/plots/latency-deposit.data
index 5a879f0..19ede87 100644
--- a/plots/latency-deposit.data
+++ b/plots/latency-deposit.data
@@ -1,5 +1,5 @@
0 19
-50 320
-100 620
-150 921
-200 1221
+50 220
+100 420
+150 620
+200 820
diff --git a/plots/latency-keys.data b/plots/latency-keys.data
index 4813ce6..1b94c96 100644
--- a/plots/latency-keys.data
+++ b/plots/latency-keys.data
@@ -1,5 +1,5 @@
0 0
50 201
-100 401
-150 601
-200 801
+100 400
+150 600
+200 800
diff --git a/plots/latency-refresh-melt.data b/plots/latency-refresh-melt.data
index 20f3223..2bd6f8e 100644
--- a/plots/latency-refresh-melt.data
+++ b/plots/latency-refresh-melt.data
@@ -1,5 +1,5 @@
-0 19
-50 320
-100 620
-150 920
-200 1221
+0 18
+50 220
+100 419
+150 620
+200 820
diff --git a/plots/latency-refresh-reveal.data b/plots/latency-refresh-reveal.data
index 6777abd..266e34a 100644
--- a/plots/latency-refresh-reveal.data
+++ b/plots/latency-refresh-reveal.data
@@ -1,5 +1,5 @@
0 82
-50 383
-100 684
-150 984
-200 1285
+50 282
+100 483
+150 683
+200 883
diff --git a/plots/latency-withdraw.data b/plots/latency-withdraw.data
index ccec523..5c0cfdb 100644
--- a/plots/latency-withdraw.data
+++ b/plots/latency-withdraw.data
@@ -1,5 +1,5 @@
0 19
-50 320
-100 620
-150 920
-200 1220
+50 219
+100 419
+150 620
+200 820
diff --git a/stuff.txt b/stuff.txt
index e2a93d0..facbd60 100644
--- a/stuff.txt
+++ b/stuff.txt
@@ -14,6 +14,7 @@ stretch goals:
* illustration for contract terms etc.
* full reproducible setup (describe Guix setup and configure flags) in appendix
* add details for /payback
+* benchmark that shows DB perf doesn't degrade
final submission (after committee):
* screenshots in Firefox
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.}