From 25e537d2d9aa17a3558a3b6f4624ccfc772c26ab Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sat, 6 Jun 2020 16:19:39 -0700 Subject: Store/send machine type (laptop/desktop/etc) in benchmark results --- modules/benchmark.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/benchmark.c') diff --git a/modules/benchmark.c b/modules/benchmark.c index aa88e7df..ed7e9ff1 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -850,6 +850,7 @@ static gchar *get_benchmark_results(gsize *len) ADD_JSON_VALUE(string, "MemoryTypes", this_machine->ram_types); ADD_JSON_VALUE(int, "MachineDataVersion", this_machine->machine_data_version); + ADD_JSON_VALUE(string, "MachineType", this_machine->machine_type); ADD_JSON_VALUE(boolean, "Legacy", FALSE); ADD_JSON_VALUE(string, "ExtraInfo", bench_results[i].extra); -- cgit v1.2.3