aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark/benches.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/benchmark/benches.c')
-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] =
{