aboutsummaryrefslogtreecommitdiff
path: root/src/setu/perf_setu_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setu/perf_setu_api.c')
-rw-r--r--src/setu/perf_setu_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 374832b47..c240c0913 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -404,7 +404,7 @@ run (void *cls,
404 "Running real set-reconciliation\n"); 404 "Running real set-reconciliation\n");
405 //init_set1 (); 405 //init_set1 ();
406 // limit ~23800 element total 406 // limit ~23800 element total
407 initRandomSets(45,500,500,32); 407 initRandomSets(450,5000,5000,32);
408} 408}
409 409
410void perf_thread() { 410void perf_thread() {
@@ -447,7 +447,7 @@ static void execute_perf() {
447 //FILE *out = fopen("perfstats.log", "w"); 447 //FILE *out = fopen("perfstats.log", "w");
448 //fprintf(out, "se_diff,active_passive_switches,bytes_transmitted,rtt\n"); 448 //fprintf(out, "se_diff,active_passive_switches,bytes_transmitted,rtt\n");
449 449
450 for (int out_out_ctr = 3; out_out_ctr <= 5; out_out_ctr++) { 450 for (int out_out_ctr = 2; out_out_ctr <= 6; out_out_ctr++) {
451 451
452 for (int out_ctr = 10; out_ctr <= 60; out_ctr++) { 452 for (int out_ctr = 10; out_ctr <= 60; out_ctr++) {
453 453