diff options
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r-- | modules/benchmark.c | 2 |
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, }, }; |