gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 51/164: Extended look


From: gnunet
Subject: [gnunet] 51/164: Extended look
Date: Fri, 30 Jul 2021 15:31:57 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 1377fd2fca26d7407b87d3f25fc3382731d42c64
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Wed Apr 21 18:45:42 2021 +0200

    Extended look
---
 src/setu/perf_setu_api.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 76355b6ba..c3dfea766 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(4000,5000,5000,32);
+    initRandomSets(4500,5000,5000,32);
 }
 
 void perf_thread() {
@@ -449,7 +449,7 @@ static void execute_perf() {
 
     for (int out_out_ctr = 3; out_out_ctr <= 3; out_out_ctr++) {
 
-        for (int out_ctr = 20; out_ctr <= 20; out_ctr++) {
+        for (int out_ctr = 75; out_ctr <= 200;) {
             float base = 0.1;
             float x = out_ctr * base;
             char factor[10];
@@ -469,6 +469,7 @@ static void execute_perf() {
                         _("Failed to write subsystem default identifier map to 
`%s'.\n"),
                         setu_cfg);
             run_petf_thread(10000);
+            out_ctr+=25;
         }
     }
     return 0;

-- 
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]