diff options
author | hwspeedy <ns@bigbear.dk> | 2024-02-20 03:42:44 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-02-20 03:42:44 +0100 |
commit | 896b523acf565d236764c0dc0bbb29ba2e27b0f1 (patch) | |
tree | 74138da31053abef1d0644fcf2f4eeafc1bdff0a /includes | |
parent | 25aaa1877ebce61e39526fb017357d20370f58cf (diff) |
FIX minor UI for Internal Network Speed Benchmark
Diffstat (limited to 'includes')
-rw-r--r-- | includes/benchmark.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/benchmark.h b/includes/benchmark.h index e7a0fc21..399c5e46 100644 --- a/includes/benchmark.h +++ b/includes/benchmark.h @@ -18,10 +18,10 @@ enum BenchmarkEntries { BENCHMARK_NQUEENS, BENCHMARK_FFT, BENCHMARK_RAYTRACE, + BENCHMARK_IPERF3_SINGLE, BENCHMARK_SBCPU_SINGLE, BENCHMARK_SBCPU_ALL, BENCHMARK_SBCPU_QUAD, - BENCHMARK_IPERF3_SINGLE, BENCHMARK_MEMORY_SINGLE, BENCHMARK_MEMORY_DUAL, BENCHMARK_MEMORY_QUAD, |