Explorar el Código

* number of cycles slightly increased for better measurements

git-svn-id: trunk@40161 -
florian hace 6 años
padre
commit
47c9bca7f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;