summaryrefslogtreecommitdiff
path: root/tools/bench/benchtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bench/benchtime.h')
-rw-r--r--tools/bench/benchtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bench/benchtime.h b/tools/bench/benchtime.h
index 77ba27f..034618e 100644
--- a/tools/bench/benchtime.h
+++ b/tools/bench/benchtime.h
@@ -50,7 +50,7 @@ __attribute__ ((__unused__)) int nop)\
double TIME_NOP##func(int n, mpc_t* z, mpc_t* x, mpc_t* y) \
{ \
double t; unsigned long int nbcall, mytime; \
- for (nbcall = 1, mytime=0; mytime<250000; nbcall<<=1) \
+ for (nbcall = 1, mytime=0; mytime<100000; nbcall<<=1) \
{ \
mytime = ACCURATE_TIME_NOP##func(nbcall, n, z, x, y, nop); \
} \