From 537de3328e656911aa3c1c84e1ceb6bcaa8ab3d3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Sep 2015 19:55:04 +0000 Subject: -more data --- src/scalarproduct/perf_scalarproduct.sh | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'src/scalarproduct/perf_scalarproduct.sh') 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 @@ # Computes a simple scalar product, with configurable vector size. # # Some results (wall-clock for Alice+Bob, single-core, i7): -# SIZE 2048-H(s) 2048-O(s) 1024-O(s) -# 25 10 14 3 -# 50 17 21 5 -# 100 32 39 7 -# 200 77 13 -# 400 149 23 -# 800 304 32 +# SIZE 2048-H(s) 2048-O(s) 1024-O(s) ECC-2^20-H(s) ECC-2^28-H(s) +# 25 10 14 3 2 29 +# 50 17 21 5 2 29 +# 100 32 39 7 2 29 +# 200 77 13 3 30 +# 400 149 23 OOR 31 +# 800 304 32 OOR 33 + +# Bandwidth (including set intersection): +# RSA-2048 ECC +# 800: 3846 kb 70 kb # Configure benchmark size: -SIZE=1600 +SIZE=800 # # Construct input vectors: INPUTALICE="-k CCC -e '" @@ -54,4 +58,3 @@ gnunet-statistics $CFGBOB -s core | grep "bytes encrypted" echo "Terminating testbed..." # terminate the testbed kill $PID - -- cgit v1.2.3