aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/perf_scalarproduct.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/perf_scalarproduct.sh')
-rwxr-xr-xsrc/scalarproduct/perf_scalarproduct.sh21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/scalarproduct/perf_scalarproduct.sh b/src/scalarproduct/perf_scalarproduct.sh
index 6c7b4ad72..a7935873e 100755
--- a/src/scalarproduct/perf_scalarproduct.sh
+++ b/src/scalarproduct/perf_scalarproduct.sh
@@ -2,15 +2,19 @@
2# Computes a simple scalar product, with configurable vector size. 2# Computes a simple scalar product, with configurable vector size.
3# 3#
4# Some results (wall-clock for Alice+Bob, single-core, i7): 4# Some results (wall-clock for Alice+Bob, single-core, i7):
5# SIZE 2048-H(s) 2048-O(s) 1024-O(s) 5# SIZE 2048-H(s) 2048-O(s) 1024-O(s) ECC-2^20-H(s) ECC-2^28-H(s)
6# 25 10 14 3 6# 25 10 14 3 2 29
7# 50 17 21 5 7# 50 17 21 5 2 29
8# 100 32 39 7 8# 100 32 39 7 2 29
9# 200 77 13 9# 200 77 13 3 30
10# 400 149 23 10# 400 149 23 OOR 31
11# 800 304 32 11# 800 304 32 OOR 33
12
13# Bandwidth (including set intersection):
14# RSA-2048 ECC
15# 800: 3846 kb 70 kb
12# Configure benchmark size: 16# Configure benchmark size:
13SIZE=1600 17SIZE=800
14# 18#
15# Construct input vectors: 19# Construct input vectors:
16INPUTALICE="-k CCC -e '" 20INPUTALICE="-k CCC -e '"
@@ -54,4 +58,3 @@ gnunet-statistics $CFGBOB -s core | grep "bytes encrypted"
54echo "Terminating testbed..." 58echo "Terminating testbed..."
55# terminate the testbed 59# terminate the testbed
56kill $PID 60kill $PID
57