瀏覽代碼

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

J. Gareth "Curious Kit" Moreton 3 月之前
父節點
當前提交
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
 const
 {$ifdef IN_TESTS}
 {$ifdef IN_TESTS}
-  ITERATIONS = 1;
+  ITERATIONS = $8;
 {$else}
 {$else}
   ITERATIONS = 33554432;
   ITERATIONS = 33554432;
 {$endif}
 {$endif}