From bc055cb6d4ac04540f8c5f9f8cfba4bacfa25da8 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Sun, 17 Mar 2024 04:53:50 +0100 Subject: FIX Adding linux kernel and os to benchmark --- modules/benchmark.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/benchmark.c') diff --git a/modules/benchmark.c b/modules/benchmark.c index 59f81501..743441a5 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -835,7 +835,8 @@ static gchar *get_benchmark_results(gsize *len) ADD_JSON_VALUE(int, "MachineDataVersion", this_machine->machine_data_version); ADD_JSON_VALUE(string, "MachineType", this_machine->machine_type); - + ADD_JSON_VALUE(string, "LinuxKernel", this_machine->linux_kernel); + ADD_JSON_VALUE(string, "LinuxOS", this_machine->linux_os); ADD_JSON_VALUE(boolean, "Legacy", FALSE); ADD_JSON_VALUE(string, "ExtraInfo", bench_results[i].extra); ADD_JSON_VALUE(string, "UserNote", bench_results[i].user_note); -- cgit v1.2.3