aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-14 01:01:14 +0200
committerMattias Andrée <maandree@kth.se>2017-10-14 01:01:14 +0200
commit3e1864aa14a33a3c917537a241f6a032cfcacf78 (patch)
tree25297b1363fa88c9f45b5102afa5e95d08e986c1 /benchmark.c
parentChange style and license (diff)
downloadlibkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.gz
libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.bz2
libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.xz
General improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--benchmark.c (renamed from src/benchmark.c)16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/benchmark.c b/benchmark.c
index 1ce7da9..20344d9 100644
--- a/src/benchmark.c
+++ b/benchmark.c
@@ -9,10 +9,10 @@
#ifndef MESSAGE_FILE
-# define MESSAGE_FILE "LICENSE"
+# define MESSAGE_FILE "benchfile"
#endif
#ifndef MESSAGE_LEN
-# define MESSAGE_LEN 34520
+# define MESSAGE_LEN 50000
#endif
@@ -20,23 +20,23 @@
# define BITRATE 1024
#endif
#ifndef CAPACITY
-# define CAPACITY 576
+# define CAPACITY 576
#endif
#ifndef OUTPUT
-# define OUTPUT 512
+# define OUTPUT 512
#endif
#ifndef UPDATE_RUNS
-# define UPDATE_RUNS 100
+# define UPDATE_RUNS 100
#endif
#ifndef FAST_SQUEEZE_RUNS
-# define FAST_SQUEEZE_RUNS 100
+# define FAST_SQUEEZE_RUNS 100
#endif
#ifndef SLOW_SQUEEZE_RUNS
-# define SLOW_SQUEEZE_RUNS 100
+# define SLOW_SQUEEZE_RUNS 100
#endif
#ifndef RERUNS
-# define RERUNS 50
+# define RERUNS 50
#endif