mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:26:13 +02:00
*** empty log message ***
This commit is contained in:
parent
67c3e6c17a
commit
89ef29de7e
@ -11,8 +11,18 @@ uses
|
|||||||
;
|
;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
{$ifdef cpuarm}
|
||||||
|
{$define slowcpu}
|
||||||
|
{$endif cpuarm}
|
||||||
|
|
||||||
|
{$ifdef slowcpu}
|
||||||
|
threadcount = 40;
|
||||||
|
stringlen = 2000;
|
||||||
|
{$else slowcpu}
|
||||||
threadcount = 100;
|
threadcount = 100;
|
||||||
stringlen = 10000;
|
stringlen = 10000;
|
||||||
|
{$endif slowcpu}
|
||||||
|
|
||||||
var
|
var
|
||||||
finished : longint;
|
finished : longint;
|
||||||
threadvar
|
threadvar
|
||||||
|
Loading…
Reference in New Issue
Block a user