*** empty log message ***

This commit is contained in:
florian 2004-11-05 13:11:18 +00:00
parent 67c3e6c17a
commit 89ef29de7e

View File

@ -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