diff options
Diffstat (limited to 'src/nse/nse_profiler_test.conf')
-rw-r--r-- | src/nse/nse_profiler_test.conf | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf index 964cceb..3a3217d 100644 --- a/src/nse/nse_profiler_test.conf +++ b/src/nse/nse_profiler_test.conf @@ -8,7 +8,7 @@ UNIXPATH = /tmp/test-nse-service-nse.unix BINARY = gnunet-service-nse #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p -AUTOSTART = YES +AUTOSTART = NO DEBUG = YES CONFIG = $DEFAULTCONFIG # Overriding network settings for faster testing (do NOT use @@ -104,7 +104,7 @@ AUTOSTART = NO AUTOSTART = NO [testing] -NUM_PEERS = 4000 +NUM_PEERS = 2000 WEAKRANDOM = YES TOPOLOGY = NONE #CONNECT_TOPOLOGY = SMALL_WORLD_RING @@ -122,7 +122,7 @@ HOSTKEYSFILE = hostkeys.dat MAX_CONCURRENT_SSH = 20 USE_PROGRESSBARS = YES PEERGROUP_TIMEOUT = 1000 s -TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers_initial +TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers_initial MAX_OUTSTANDING_CONNECTIONS = 100 #SINGLE_PEERINFO_PER_HOST = YES #NUM_PEERINFO_PER_HOST = 10 @@ -132,20 +132,20 @@ DELETE_FILES = NO #SKEW_VARIANCE = 30000 [nse-profiler] -OUTPUT_FILE = nse_output_4000_peers.dat -TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers -DATA_OUTPUT_FILE = nse_stats_4000_peers -ROUND0 = 4000 -ROUND1 = 4000 -ROUND2 = 4000 -ROUND3 = 4000 -ROUND4 = 4000 -ROUND5 = 4000 -ROUND6 = 4000 -ROUND7 = 4000 -ROUND8 = 4000 -ROUND9 = 4000 -ROUND10 = 4000 +OUTPUT_FILE = nse_output_2000_peers.dat +TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers +DATA_OUTPUT_FILE = nse_stats_2000_peers +ROUND0 = 1000 +#ROUND1 = 2000 +ROUND2 = 2000 +ROUND3 = 2000 +ROUND4 = 2000 +ROUND5 = 2000 +ROUND6 = 2000 +ROUND7 = 2000 +ROUND8 = 2000 +ROUND9 = 2000 +ROUND10 = 2000 ROUND11 = 1000 ROUND12 = 1000 ROUND13 = 1000 |