gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32774 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32774 - gnunet/src/mesh
Date: Sat, 22 Mar 2014 17:54:40 +0100

Author: bartpolot
Date: 2014-03-22 17:54:40 +0100 (Sat, 22 Mar 2014)
New Revision: 32774

Modified:
   gnunet/src/mesh/run_profiler.sh
Log:
- pass warmup parameter

Modified: gnunet/src/mesh/run_profiler.sh
===================================================================
--- gnunet/src/mesh/run_profiler.sh     2014-03-22 16:54:38 UTC (rev 32773)
+++ gnunet/src/mesh/run_profiler.sh     2014-03-22 16:54:40 UTC (rev 32774)
@@ -15,11 +15,11 @@
     exit 1;
 fi
 
-LINKS=`echo "l($PEERS) * $PEERS" | bc -l`
+LINKS=`echo "l($PEERS) * l($PEERS) * $PEERS" | bc -l`
 LINKS=`printf "%.0f" $LINKS`
 NSE=`echo "l($PEERS)/l(10)" | bc -l`
 echo "using $PEERS peers, $LINKS links";
     
 sed -e "s/%LINKS%/$LINKS/;s/%NSE%/$NSE/" profiler.conf > .profiler.conf
 
-./gnunet-mesh-profiler $ROUNDTIME $PEERS $PINGS |& tee log | grep -v DEBUG
+./gnunet-mesh-profiler $ROUNDTIME $PEERS $PINGS $4 |& tee log | grep -v DEBUG




reply via email to

[Prev in Thread] Current Thread [Next in Thread]