aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/setu/perf_setu_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index f525b7044..5b1c82757 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -404,7 +404,7 @@ run (void *cls,
404 "Running real set-reconciliation\n"); 404 "Running real set-reconciliation\n");
405 //init_set1 (); 405 //init_set1 ();
406 // limit ~23800 element total 406 // limit ~23800 element total
407 initRandomSets(0,500,500,32); 407 initRandomSets(100,500,500,32);
408} 408}
409 409
410void perf_thread() { 410void perf_thread() {