summaryrefslogtreecommitdiff
path: root/cleanbench.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleanbench.c')
-rw-r--r--cleanbench.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cleanbench.c b/cleanbench.c
index f2b8fd5..3d14e54 100644
--- a/cleanbench.c
+++ b/cleanbench.c
@@ -21,8 +21,10 @@ double DoHuffman(void);
double DoNNET(void);
double DoLU(void);
+void hardware(void);
+
static bool bench_with_confidence(int benchmark, double* average, double* std_dev, int* runs);
-static bool calc_confidence(double scores[], int runs, double *c_half_interval,double* average, double* std_dev);
+static bool calc_confidence(double scores[], int runs, double* c_half_interval, double* average, double* std_dev);
#define NUM_TESTS 10