From 7e6d8e5462a3456895d8f9712f015bbf4ef7e9c7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Dec 2014 17:48:17 +0000 Subject: -more benchmarking results --- src/scalarproduct/perf_scalarproduct.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/scalarproduct/perf_scalarproduct.sh') diff --git a/src/scalarproduct/perf_scalarproduct.sh b/src/scalarproduct/perf_scalarproduct.sh index 5424134df..aac184d91 100755 --- a/src/scalarproduct/perf_scalarproduct.sh +++ b/src/scalarproduct/perf_scalarproduct.sh @@ -1,16 +1,16 @@ #!/bin/bash # Computes a simple scalar product, with configurable vector size. # -# Some results: -# SIZE TIME-H(s) TIME-O(s) -# 25 10 -# 50 17 -# 100 32 39 -# 200 77 -# -# +# 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 # Configure benchmark size: -SIZE=400 +SIZE=25 # # Construct input vectors: INPUTALICE="-k CCC -e '" @@ -36,7 +36,7 @@ CFGBOB="-c $PREFIX/1/config" # because the rest of the script is already in stdin, # thus redirecting stdin does not suffice) #GNUNET_FORCE_LOG=';;;;ERROR' -GNUNET_FORCE_LOG='scalarproduct*;;;;DEBUG/cadet-api*;;;;DEBUG' +#GNUNET_FORCE_LOG='scalarproduct*;;;;DEBUG/cadet-api*;;;;DEBUG' GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 & PID=$! # sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe -- cgit v1.2.3