From 021a060f9495d64f98f5c8eefff2cd786bac0250 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Thu, 29 Feb 2024 01:55:54 +0100 Subject: FIX Benchmark json to server was translated --- modules/benchmark/benches.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'modules/benchmark/benches.c') diff --git a/modules/benchmark/benches.c b/modules/benchmark/benches.c index 64ec687a..0b57ac1c 100644 --- a/modules/benchmark/benches.c +++ b/modules/benchmark/benches.c @@ -79,6 +79,28 @@ void scan_gui(gboolean reload) } #endif +//Note: Same order as entries, used for json to server +static char *entries_english_name[] = { + "CPU Blowfish (Single-thread)", + "CPU Blowfish (Multi-thread)", + "CPU Blowfish (Multi-core)", + "CPU Zlib", + "CPU CryptoHash", + "CPU Fibonacci", + "CPU N-Queens", + "FPU FFT", + "FPU Raytracing (Single-thread)", + "Internal Network Speed", + "SysBench CPU (Single-thread)", + "SysBench CPU (Multi-thread)", + "SysBench CPU (Four threads)", + "SysBench Memory (Single-thread)", + "SysBench Memory (Two threads)", + "SysBench Memory (Quad threads)", + "SysBench Memory (Multi-thread)", + "GPU Drawing"}; + + static ModuleEntry entries[] = { [BENCHMARK_BLOWFISH_SINGLE] = { -- cgit v1.2.3