diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:47:37 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:47:37 -0300 |
commit | f89d271f8c55c5d4d62a5f0e44c84a3e2e2f190a (patch) | |
tree | 494a3f66bf572cd2549bffd14b87bf0a971e25f9 /modules/benchmark/benches.c | |
parent | f70f209239d51a5893f8f9f080b19b6ee94ff4af (diff) |
New upstream version 2.0.11preupstream/2.0.11pre
Diffstat (limited to 'modules/benchmark/benches.c')
-rw-r--r-- | modules/benchmark/benches.c | 22 |
1 files changed, 22 insertions, 0 deletions
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] = { |