From 8209e8508b2a35611d92f8d93b3aa0297d72f405 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 28 Feb 2024 19:53:30 +0100 Subject: FIX send before receive benchmarks --- modules/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/benchmark.c b/modules/benchmark.c index 69c6eebb..0dd883dc 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -932,8 +932,8 @@ void hi_module_init(void) }, }; - sync_manager_add_entry(&se[0]); sync_manager_add_entry(&se[1]); + sync_manager_add_entry(&se[0]); guint i; for (i = 0; i < G_N_ELEMENTS(entries) - 1 /* account for NULL */; i++) -- cgit v1.2.3