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