aboutsummaryrefslogtreecommitdiffstats
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/benchmark-func.c2
-rw-r--r--bench/benchmark.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/benchmark-func.c b/bench/benchmark-func.c
index 25f18b8..15af698 100644
--- a/bench/benchmark-func.c
+++ b/bench/benchmark-func.c
@@ -33,7 +33,7 @@ struct function {
#define M_MAX 200
-static char buf[1000];
+static char buf[2000];
static z_t temp, temp2;
static unsigned long long int measurements[M_MAX];
diff --git a/bench/benchmark.c b/bench/benchmark.c
index 1404d93..7c525dc 100644
--- a/bench/benchmark.c
+++ b/bench/benchmark.c
@@ -17,7 +17,7 @@
int
main(int argc, char *argv[])
{
- char buf[1000];
+ char buf[2000];
z_t a, b, c, d, tiny;
jmp_buf jmp;
size_t i;