gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/02: RPS test/profiler: Separate configs


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/02: RPS test/profiler: Separate configs
Date: Wed, 28 Nov 2018 11:30:13 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit fa70626ca03dde3b4554dd71935f5f9a58b90302
Author: Julius Bünger <address@hidden>
AuthorDate: Wed Nov 28 11:19:45 2018 +0100

    RPS test/profiler: Separate configs
---
 src/rps/{test_rps.conf => profiler_rps.conf} | 16 +++++++++-------
 src/rps/test_rps.conf                        |  2 +-
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/rps/test_rps.conf b/src/rps/profiler_rps.conf
similarity index 89%
copy from src/rps/test_rps.conf
copy to src/rps/profiler_rps.conf
index c7ac1f3b8..c624556d3 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/profiler_rps.conf
@@ -12,7 +12,7 @@ NOARMBIND = YES
 #OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
 
 # This is the timeinterval between the rounds
-ROUNDINTERVAL = 1 s
+ROUNDINTERVAL = 2 s
 FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
 
 # This is the 'estimate' in the beginning.
@@ -31,17 +31,19 @@ HOSTNAME = localhost
 
 #OVERLAY_TOPOLOGY = CLIQUE
 
-OVERLAY_TOPOLOGY = SCALE_FREE
-SCALE_FREE_TOPOLOGY_CAP = 100
-SCALE_FREE_TOPOLOGY_M = 2
+#OVERLAY_TOPOLOGY = SCALE_FREE
+#SCALE_FREE_TOPOLOGY_CAP = 100
+#SCALE_FREE_TOPOLOGY_M = 2
 
-#OVERLAY_TOPOLOGY = RANDOM
-#OVERLAY_RANDOM_LINKS = 25
+OVERLAY_TOPOLOGY = RANDOM
+## We take half of the links a complete graph would have, so (n * n-1)/4
+## for n = 128, this would be
+OVERLAY_RANDOM_LINKS = 4064
 
 #OVERLAY_TOPOLOGY = SMALL_WORLD
 #OVERLAY_RANDOM_LINKS = 25
 
-SETUP_TIMEOUT = 2 m
+SETUP_TIMEOUT = 1 h
 
 [nse]
 WORKBITS = 0
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index c7ac1f3b8..1555a71a5 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -12,7 +12,7 @@ NOARMBIND = YES
 #OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
 
 # This is the timeinterval between the rounds
-ROUNDINTERVAL = 1 s
+ROUNDINTERVAL = 100 ms
 FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
 
 # This is the 'estimate' in the beginning.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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