aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:47:42 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:47:42 -0300
commitffaf0b3361ae9e8179cbdb6a9866884bcb7d7b46 (patch)
tree7d0a0b9c8ef3081c9e965496b6f04ede5d9404f0 /modules/benchmark
parent67ee5ec27c7fd54f2ab73f7440f6d235bb9a2e23 (diff)
parentf89d271f8c55c5d4d62a5f0e44c84a3e2e2f190a (diff)
Update upstream source from tag 'upstream/2.0.11pre'
Update to upstream version '2.0.11pre' with Debian dir b3754f1ca6602d6d2de2514b9ff472a2d8cabd57
Diffstat (limited to 'modules/benchmark')
-rw-r--r--modules/benchmark/benches.c22
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] =
{