aboutsummaryrefslogtreecommitdiff
path: root/benchtests/bench-math-inlines.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/bench-math-inlines.c')
-rw-r--r--benchtests/bench-math-inlines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/bench-math-inlines.c b/benchtests/bench-math-inlines.c
index aed85ca988..37331bc662 100644
--- a/benchtests/bench-math-inlines.c
+++ b/benchtests/bench-math-inlines.c
@@ -220,7 +220,7 @@ static void
do_one_test (json_ctx_t *json_ctx, proto_t test_fn, volatile double *arr,
size_t len, const char *testname)
{
- size_t iters = 500;
+ size_t iters = 2048;
timing_t start, stop, cur;
json_attr_object_begin (json_ctx, testname);