gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 15/164: Perf run to test with bigger element set


From: gnunet
Subject: [gnunet] 15/164: Perf run to test with bigger element set
Date: Fri, 30 Jul 2021 15:31:21 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 4603cda913549eb565d9ba101a380253ae5c8606
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Wed Apr 7 10:01:27 2021 +0200

    Perf run to test with bigger element set
---
 src/setu/perf_setu_api.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index b3df3bb67..5384a868e 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -404,7 +404,7 @@ run (void *cls,
                 "Running real set-reconciliation\n");
     //init_set1 ();
     // limit ~23800 element total
-    initRandomSets(45,500,500,32);
+    initRandomSets(450,5000,5000,32);
 }
 
 void perf_thread() {
@@ -447,7 +447,7 @@ static void execute_perf() {
     //FILE *out = fopen("perfstats.log", "w");
     //fprintf(out, "se_diff,active_passive_switches,bytes_transmitted,rtt\n");
 
-    for (int out_out_ctr = 3; out_out_ctr <= 5; out_out_ctr++) {
+    for (int out_out_ctr = 2; out_out_ctr <= 6; out_out_ctr++) {
 
         for (int out_ctr = 10; out_ctr <= 60; out_ctr++) {
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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