summaryrefslogtreecommitdiff
path: root/cleanbench.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleanbench.c')
-rw-r--r--cleanbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanbench.c b/cleanbench.c
index af58fc3..bb73b6a 100644
--- a/cleanbench.c
+++ b/cleanbench.c
@@ -84,7 +84,7 @@ puts("\nTEST : Iterations/sec. : Old Index : New Index");
puts(" : : Pentium 90* : AMD K6/233*");
puts("--------------------:------------------:-------------:------------");
-for(i=NEURAL;i<NUMTESTS;i++)
+for(i=LINEAR;i<NUMTESTS;i++)
{
if(tests_to_do[i])
{ printf("%s :",ftestnames[i]);