[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.
- [gnunet] 23/164: Enforced odd ibf size, (continued)
- [gnunet] 23/164: Enforced odd ibf size, gnunet, 2021/07/30
- [gnunet] 50/164: Fixed some stuff, gnunet, 2021/07/30
- [gnunet] 56/164: Simulation, gnunet, 2021/07/30
- [gnunet] 45/164: Test for more detail 5k, gnunet, 2021/07/30
- [gnunet] 44/164: Extend plot, gnunet, 2021/07/30
- [gnunet] 67/164: Simulation, gnunet, 2021/07/30
- [gnunet] 12/164: Increased to 10000k per 0.1 perf test setu, gnunet, 2021/07/30
- [gnunet] 13/164: More granular run, gnunet, 2021/07/30
- [gnunet] 26/164: Simulation with 10x more elements, gnunet, 2021/07/30
- [gnunet] 11/164: Fixed bug in perfomance forking, gnunet, 2021/07/30
- [gnunet] 21/164: Improved perfomance,
gnunet <=
- [gnunet] 04/164: added thread lib to setu perf, gnunet, 2021/07/30
- [gnunet] 22/164: Added some more granuar facor increase, gnunet, 2021/07/30
- [gnunet] 37/164: Test to 500 elements, gnunet, 2021/07/30
- [gnunet] 28/164: Added heuristic to imporve size increasement of ibf in case of failure, gnunet, 2021/07/30
- [gnunet] 30/164: Limit increase to 1.5 ibf, gnunet, 2021/07/30
- [gnunet] 29/164: Wrong set, gnunet, 2021/07/30
- [gnunet] 36/164: Test to 50 elements, gnunet, 2021/07/30
- [gnunet] 31/164: Fixed a bug in implementation added if max size thresold instead of dont allow ibfs to get smaler, gnunet, 2021/07/30
- [gnunet] 43/164: 5k element difference, gnunet, 2021/07/30
- [gnunet] 34/164: Make 5000 elements perftest for perftest, gnunet, 2021/07/30