Przeglądaj źródła

* number of cycles slightly increased for better measurements

git-svn-id: trunk@40161 -
florian 6 lat temu
rodzic
commit
47c9bca7f2
1 zmienionych plików z 1 dodań i 1 usunięć
  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;