gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 18/164: Run 10000 iterations


From: gnunet
Subject: [gnunet] 18/164: Run 10000 iterations
Date: Fri, 30 Jul 2021 15:31:24 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 0950400b69c93e8855cdaeb27ebf9e95f5fafb6e
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Wed Apr 7 20:55:14 2021 +0200

    Run 10000 iterations
---
 src/setu/gnunet-service-setu.c | 11 -----------
 src/setu/perf_setu_api.c       |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index 0af21f947..5a33f2e0b 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -711,9 +711,6 @@ load_config(struct Operation * op) {
 
     GNUNET_CONFIGURATION_get_value_float(setu_cfg,"PERFORMANCE", 
"MAX_SET_DIFF_FACTOR_DIFFERENTIAL", &fl);
     op->max_set_diff_factor_diff_sync = fl;
-
-    LOG(GNUNET_ERROR_TYPE_ERROR,"LOAD CONFIG: %d\n", 
op->ibf_number_buckets_per_element);
-
 }
 
 
@@ -1640,13 +1637,10 @@ handle_union_p2p_strata_estimator (void *cls,
     return;
   }
 
-LOG (GNUNET_ERROR_TYPE_ERROR, "VALUE: %f\n 
",op->max_set_diff_factor_diff_sync);
-
 
   /**
    * Added rtt_bandwidth_tradeoff directly need future improvements
    */
-    LOG(GNUNET_ERROR_TYPE_ERROR,"((GNUNET_YES == %d) || (%d > %d * %f) || (0 
== %d))", op->force_full,diff, op->initial_size, 
op->max_set_diff_factor_diff_sync, other_size);
   if ((GNUNET_YES == op->force_full) ||
       (diff > op->initial_size * op->max_set_diff_factor_diff_sync) ||
       (0 == other_size))
@@ -3855,11 +3849,6 @@ handle_client_accept (void *cls,
     perf_rtt.se.sent += 1;
     perf_rtt.se.sent_var_bytes += len;
 
-      GNUNET_log (
-              GNUNET_ERROR_TYPE_ERROR,
-              "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
-
-
       if (len < se->strata_count * IBF_BUCKET_SIZE * se->ibf_size)
       type = GNUNET_MESSAGE_TYPE_SETU_P2P_SEC;
     else
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 9cd62b1e5..93645187d 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -469,7 +469,7 @@ static void execute_perf() {
                         GNUNET_ERROR_TYPE_ERROR,
                         _("Failed to write subsystem default identifier map to 
`%s'.\n"),
                         setu_cfg);
-            run_petf_thread(10000);
+            run_petf_thread(100000);
         }
     }
     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]