Ver Fonte

* number of cycles slightly increased for better measurements

git-svn-id: trunk@40161 -
florian há 6 anos atrás
pai
commit
47c9bca7f2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/bench/drystone.pas

+ 1 - 1
tests/bench/drystone.pas

@@ -53,7 +53,7 @@ CONST
       better precision and for fast machines.
 }
 
-  LOOPS =  5000;      { Use this for slow or 16 bit machines }
+  LOOPS =  15000;      { Use this for slow or 16 bit machines }
   Ident1 = 1;
   Ident2 = 2;
   Ident3 = 3;