summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/benchmark.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/benchmark.h b/includes/benchmark.h
index 08392ad2..399c5e46 100644
--- a/includes/benchmark.h
+++ b/includes/benchmark.h
@@ -18,6 +18,7 @@ enum BenchmarkEntries {
BENCHMARK_NQUEENS,
BENCHMARK_FFT,
BENCHMARK_RAYTRACE,
+ BENCHMARK_IPERF3_SINGLE,
BENCHMARK_SBCPU_SINGLE,
BENCHMARK_SBCPU_ALL,
BENCHMARK_SBCPU_QUAD,
@@ -47,6 +48,7 @@ void benchmark_gui(void);
void benchmark_nqueens(void);
void benchmark_raytrace(void);
void benchmark_zlib(void);
+void benchmark_iperf3_single(void);
typedef struct {
double result;