aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index 31807765..8bbfe11a 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -26,12 +26,12 @@
#include <sys/resource.h>
enum {
- BENCHMARK_FFT,
- BENCHMARK_FIB,
- BENCHMARK_CRYPTOHASH,
BENCHMARK_BLOWFISH,
- BENCHMARK_RAYTRACE,
+ BENCHMARK_CRYPTOHASH,
+ BENCHMARK_FIB,
BENCHMARK_NQUEENS,
+ BENCHMARK_FFT,
+ BENCHMARK_RAYTRACE,
BENCHMARK_N_ENTRIES
} Entries;