gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 45/164: Test for more detail 5k


From: gnunet
Subject: [gnunet] 45/164: Test for more detail 5k
Date: Fri, 30 Jul 2021 15:31:51 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 1c4b35a4dfc5086a3a35c5565944e7e7060654a6
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Tue Apr 20 14:37:02 2021 +0200

    Test for more detail 5k
---
 src/setu/perf_setu_api.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index ab9d0f458..2c4b3f966 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -449,7 +449,8 @@ static void execute_perf() {
 
     for (int out_out_ctr = 3; out_out_ctr <= 3; out_out_ctr++) {
 
-        for (int out_ctr = 01; out_ctr <= 15; out_ctr++) {
+        int high=1;
+        for (int out_ctr = 1; out_ctr <= 1000; ) {
 
             float base = 0.1;
             float x = out_ctr * base;
@@ -469,7 +470,16 @@ static void execute_perf() {
                         GNUNET_ERROR_TYPE_ERROR,
                         _("Failed to write subsystem default identifier map to 
`%s'.\n"),
                         setu_cfg);
+            printf("%s\n", factor);
             run_petf_thread(10000);
+
+            if(out_ctr < 15) {
+                out_ctr++;
+            } else {
+                out_ctr= high * 100;
+                high++;
+            }
+
         }
     }
     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]