Xaero wrote:
> I dunno what this problem is: I wrote a simple test and would
> appreciate if someone could provide feedback.
>
> #creating a.exe that prints: hello! pp -e "print q(hello!)"
>
> #timing 15runs perl -MBenchmark -e "$start=Benchmark->new;print
> qx(aux1.exe hello) for
> 1..15;$stop=Benchmark->new;print(timestr(timediff($stop,$start)))"

Try re-running that after the initial run. The first run of PAR
executables will be very slow.

> Can someone test and let me know if they are seeing a 10 sec
> difference? I guess it would be smaller on faster computers (mine is
> quite old).

1.5 CPU seconds for the whole 15 runs, i.e. .1 s per invocation. Admittedly, this is a fast laptop.

Cheers,
Steffen

Reply via email to