aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-28 07:30:34 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-28 07:30:34 +0100
commitd7b80385dea105d99b0e3666bce87c68b5511b54 (patch)
tree6f0533a6ccaca507853dc5cd302f0e034985efac /modules/benchmark.c
parent968f3caf1b2b5a77229943ff76eb7f18778e277d (diff)
ADD Sync blobversion check - only update if new on server
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r--modules/benchmark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/benchmark.c b/modules/benchmark.c
index 018e30fe..69c6eebb 100644
--- a/modules/benchmark.c
+++ b/modules/benchmark.c
@@ -923,10 +923,12 @@ void hi_module_init(void)
.name = N_("Send benchmark results"),
.file_name = "benchmark.json",
.generate_contents_for_upload = get_benchmark_results,
+ .optional = FALSE,
},
{
.name = N_("Receive benchmark results"),
.file_name = "benchmark.json",
+ .optional = FALSE,
},
};