aboutsummaryrefslogtreecommitdiff
path: root/includes/benchmark.h
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:17:33 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:17:33 -0300
commit8e4d3a67a0f50a60cea7fe9e99946f313bce9633 (patch)
treef001a62c0de7f3f9c637f6d1312a6b08f38d8a53 /includes/benchmark.h
parentb493b6e27a597cecf933327613670b2eec94dbcf (diff)
parent48726c0c219ffeddb45befe0fb8621e1b2648e78 (diff)
Update upstream source from tag 'upstream/2.0.7pre'
Update to upstream version '2.0.7pre' with Debian dir a2ec7db1aec5f19fb8cfbe1c84a27b4779b604d0
Diffstat (limited to 'includes/benchmark.h')
-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;