소스 검색

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

J. Gareth "Curious Kit" Moreton 5 달 전
부모
커밋
ddfd3f747a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}