aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/perf_scalarproduct.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-11 22:17:13 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-11 22:17:13 +0000
commite4bc658b3cc03ffd3f3e84d4a7aaca231701f587 (patch)
tree4bb4f0d0efdbb6a63466de263650e3745c2c762b /src/scalarproduct/perf_scalarproduct.sh
parentaddd20663f6f7ccdd666af0bc07b41c384e956a2 (diff)
downloadgnunet-e4bc658b3cc03ffd3f3e84d4a7aaca231701f587.tar.gz
gnunet-e4bc658b3cc03ffd3f3e84d4a7aaca231701f587.zip
-commit with dbg logic
Diffstat (limited to 'src/scalarproduct/perf_scalarproduct.sh')
-rwxr-xr-xsrc/scalarproduct/perf_scalarproduct.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scalarproduct/perf_scalarproduct.sh b/src/scalarproduct/perf_scalarproduct.sh
index 29b7b0f3f..5424134df 100755
--- a/src/scalarproduct/perf_scalarproduct.sh
+++ b/src/scalarproduct/perf_scalarproduct.sh
@@ -35,7 +35,8 @@ CFGBOB="-c $PREFIX/1/config"
35# interactive mode would terminate the test immediately 35# interactive mode would terminate the test immediately
36# because the rest of the script is already in stdin, 36# because the rest of the script is already in stdin,
37# thus redirecting stdin does not suffice) 37# thus redirecting stdin does not suffice)
38GNUNET_FORCE_LOG=';;;;ERROR' 38#GNUNET_FORCE_LOG=';;;;ERROR'
39GNUNET_FORCE_LOG='scalarproduct*;;;;DEBUG/cadet-api*;;;;DEBUG'
39GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 & 40GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 &
40PID=$! 41PID=$!
41# sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe 42# sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe