[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 41/164: Fixed compiler bug
From: |
gnunet |
Subject: |
[gnunet] 41/164: Fixed compiler bug |
Date: |
Fri, 30 Jul 2021 15:31:47 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 8d5f22bd033f10e5d3919dd619281c743afe631f
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Tue Apr 20 09:51:10 2021 +0200
Fixed compiler bug
---
src/setu/perf_setu_api.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 9b520d899..ebd4158aa 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -425,9 +425,6 @@ static void run_petf_thread(int total_runs) {
//Father code (before child processes start)
for (int processed = 0; processed < total_runs;) {
for (int id = 0; id < core_count; id++) {
- perf_thread();
- }
-
if(processed >= total_runs) break;
if ((child_pid = fork()) == 0) {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] 22/164: Added some more granuar facor increase, (continued)
- [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
- [gnunet] 39/164: Test to overlap 5000 elements, gnunet, 2021/07/30
- [gnunet] 41/164: Fixed compiler bug,
gnunet <=
- [gnunet] 47/164: Extend plot, gnunet, 2021/07/30
- [gnunet] 57/164: Simulation, gnunet, 2021/07/30
- [gnunet] 42/164: Compare check, gnunet, 2021/07/30
- [gnunet] 60/164: Simulation, gnunet, 2021/07/30
- [gnunet] 70/164: Rewritten dynamic counter, gnunet, 2021/07/30
- [gnunet] 76/164: Final performance check, gnunet, 2021/07/30
- [gnunet] 24/164: uncomented unused perf log file, gnunet, 2021/07/30
- [gnunet] 63/164: Simulation, gnunet, 2021/07/30
- [gnunet] 54/164: Simulation, gnunet, 2021/07/30
- [gnunet] 78/164: Added new algo to determine operation mode, gnunet, 2021/07/30