[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 32/164: Added test with 2.5
From: |
gnunet |
Subject: |
[gnunet] 32/164: Added test with 2.5 |
Date: |
Fri, 30 Jul 2021 15:31:38 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit e0db18c4763d461a632352fd3063cabead776c72
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Fri Apr 16 08:47:14 2021 +0200
Added test with 2.5
---
src/setu/gnunet-service-setu.c | 2 +-
src/setu/perf_setu_api.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index f903739da..0493979a0 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -1446,7 +1446,7 @@ get_size_from_difference (unsigned int diff, int
number_buckets_per_element, flo
static unsigned int
get_next_ibf_size(float ibf_bucket_number_factor, unsigned int
decoded_elements, unsigned int last_ibf_size )
{
- unsigned int next_size = (unsigned int) ((last_ibf_size * 1.5) - (
ibf_bucket_number_factor * decoded_elements ));
+ unsigned int next_size = (unsigned int) ((last_ibf_size * 2.5) - (
ibf_bucket_number_factor * decoded_elements ));
if(next_size > MAX_IBF_SIZE)
next_size = MAX_IBF_SIZE;
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 967046afc..2acaeeb46 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -449,7 +449,7 @@ static void execute_perf() {
for (int out_out_ctr = 3; out_out_ctr <= 3; out_out_ctr++) {
- for (int out_ctr = 1; out_ctr <= 100; out_ctr++) {
+ for (int out_ctr = 10; out_ctr <= 50; out_ctr++) {
float base = 0.1;
float x = out_ctr * base;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] 17/164: Perf test with bytes send/resived per ibf, (continued)
- [gnunet] 17/164: Perf test with bytes send/resived per ibf, gnunet, 2021/07/30
- [gnunet] 09/164: Added forking to perf test, gnunet, 2021/07/30
- [gnunet] 15/164: Perf run to test with bigger element set, gnunet, 2021/07/30
- [gnunet] 33/164: Make 5000 elements perftest for perftest, gnunet, 2021/07/30
- [gnunet] 16/164: Perf run to test with bigger element set smaller set, gnunet, 2021/07/30
- [gnunet] 25/164: Simulation with 10x less elements & Removed some debuging statements, gnunet, 2021/07/30
- [gnunet] 35/164: Add total bytes transmitted to perf, gnunet, 2021/07/30
- [gnunet] 19/164: Run generate missing data, gnunet, 2021/07/30
- [gnunet] 27/164: Fixed fork doubeling, gnunet, 2021/07/30
- [gnunet] 38/164: Test to 5000 elements, gnunet, 2021/07/30
- [gnunet] 32/164: Added test with 2.5,
gnunet <=
- [gnunet] 05/164: added thread lib to setu perf, gnunet, 2021/07/30
- [gnunet] 40/164: fixed a bug in perfomance messurement, gnunet, 2021/07/30
- [gnunet] 02/164: Made all required perfomance parameters costumizable, gnunet, 2021/07/30
- [gnunet] 18/164: Run 10000 iterations, gnunet, 2021/07/30
- [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