summaryrefslogtreecommitdiff
path: root/cleanbench.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-15 02:42:01 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-15 02:42:01 +0000
commit0f674b5b2f15c5cd30209230f22198cc71e74310 (patch)
treeef842746de021256b55b0c638a504d3329b03d02 /cleanbench.c
parentfd21c50949e99a978c211c46bc56852460f79bbc (diff)
Clean neural struct
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@51 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
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 3b17ee7..af58fc3 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=HUFFMAN;i<NUMTESTS;i++)
+for(i=NEURAL;i<NUMTESTS;i++)
{
if(tests_to_do[i])
{ printf("%s :",ftestnames[i]);