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 5873ef6..156e50a 100644
--- a/tests/bench/bench.c
+++ b/tests/bench/bench.c
@@ -25,7 +25,7 @@
#define NUM_TRIALS 2000
// input sizes (used for hashes and xofs)
-static const size_t SRC_LENS[] = { 64, 256, 1024, 4096, 16384, 32768 };
+static const size_t SRC_LENS[] = { 64, 256, 1024, 4096, 16384 };
#define NUM_SRC_LENS (sizeof(SRC_LENS)/sizeof(SRC_LENS[0]))
// output sizes (used for xofs)