aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bench/bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bench/bench.c b/tests/bench/bench.c
index 972a185..7c7598c 100644
--- a/tests/bench/bench.c
+++ b/tests/bench/bench.c
@@ -22,7 +22,7 @@
#include "rand-bytes.h" // rand_bytes()
// default number of trials
-#define NUM_TRIALS 100000
+#define NUM_TRIALS 2000
// input sizes (used for hashes and xofs)
static const size_t SRC_LENS[] = { 64, 256, 1024, 4096, 16384 };