From f57c11212c876c054ba7fe065450d6a1ebf093c3 Mon Sep 17 00:00:00 2001 From: Elias Summermatter Date: Sun, 4 Apr 2021 14:52:26 +0200 Subject: Increased set difference for test by x10 --- src/setu/perf_setu_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c index c89de37ee..374832b47 100644 --- a/src/setu/perf_setu_api.c +++ b/src/setu/perf_setu_api.c @@ -404,7 +404,7 @@ run (void *cls, "Running real set-reconciliation\n"); //init_set1 (); // limit ~23800 element total - initRandomSets(450,500,500,32); + initRandomSets(45,500,500,32); } void perf_thread() { @@ -461,7 +461,7 @@ static void execute_perf() { GNUNET_CONFIGURATION_set_value_number(setu_cfg, "IBF", "NUMBER_PER_BUCKET", out_out_ctr); // K default=4 GNUNET_CONFIGURATION_set_value_string(setu_cfg, "PERFORMANCE", "TRADEOFF", "0.25"); GNUNET_CONFIGURATION_set_value_string(setu_cfg, "PERFORMANCE", "MAX_SET_DIFF_FACTOR_DIFFERENTIAL", - "0.25");//default=4 + "2");//default=4 if (GNUNET_OK != GNUNET_CONFIGURATION_write(setu_cfg, "/tmp/perf_setu.conf")) @@ -469,7 +469,7 @@ static void execute_perf() { GNUNET_ERROR_TYPE_ERROR, _("Failed to write subsystem default identifier map to `%s'.\n"), setu_cfg); - run_petf_thread(100000); + run_petf_thread(10000); } } return 0; -- cgit v1.2.3