gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 21/164: Improved perfomance


From: gnunet
Subject: [gnunet] 21/164: Improved perfomance
Date: Fri, 30 Jul 2021 15:31:27 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 6d04fc30d30eb0fb824ab3935dafe9bcfe1ec350
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Wed Apr 7 22:56:51 2021 +0200

    Improved perfomance
---
 src/setu/perf_setu_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 84a596dbf..31b0e2923 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -418,7 +418,7 @@ void perf_thread() {
 
 
 static void run_petf_thread(int total_runs) {
-    int core_count = get_nprocs_conf();
+    int core_count = get_nprocs_conf() * 2;
     pid_t child_pid, wpid;
     int status = 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]