aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark/fbench.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/benchmark/fbench.c')
-rw-r--r--modules/benchmark/fbench.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/benchmark/fbench.c b/modules/benchmark/fbench.c
index 8bc4ab47..cf1ff934 100644
--- a/modules/benchmark/fbench.c
+++ b/modules/benchmark/fbench.c
@@ -277,9 +277,7 @@ static int itercount; /* The iteration counter for the main loop
optimise out the loop over the ray
tracing code. */
-#ifndef ITERATIONS
-#define ITERATIONS 1000
-#endif
+#define ITERATIONS 300
static int niter = ITERATIONS; /* Iteration counter */
#if 0
@@ -690,8 +688,6 @@ void fbench()
spectral_line[7] = 4340.477; /* G' */
spectral_line[8] = 3968.494; /* H */
- niter = 3000;
-
/* Load test case into working array */
clear_aperture = 4.0;