aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-27 09:11:06 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-27 09:11:06 -0400
commitf3e10c9418998efdcfda829fd43d08c875e7e528 (patch)
tree149e70a2f28052b7f7d43bd1a411018917c28881
parent95533b83e5e8ee0445dc69539eafa634686ea947 (diff)
downloadsha3-f3e10c9418998efdcfda829fd43d08c875e7e528.tar.bz2
sha3-f3e10c9418998efdcfda829fd43d08c875e7e528.zip
tests/bench/bench.c: remove 32k column
-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)