diff options
Diffstat (limited to 'bench/benchmark-func.c')
| -rw-r--r-- | bench/benchmark-func.c | 2 |
1 files changed, 1 insertions, 1 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]; |
