Ver código fonte

* Fixed minimum iteration count in "tests/bench/bfloatfunc.pp"

J. Gareth "Curious Kit" Moreton 3 meses atrás
pai
commit
ddfd3f747a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/bench/bfloatfunc.pp

+ 1 - 1
tests/bench/bfloatfunc.pp

@@ -32,7 +32,7 @@ function IIf(Condition: Boolean; TrueRes, FalseRes: Integer): Integer; inline;
 
 const
 {$ifdef IN_TESTS}
-  ITERATIONS = 1;
+  ITERATIONS = $8;
 {$else}
   ITERATIONS = 33554432;
 {$endif}