Ronald,

Ronald Klop wrote:
The project at my company does this.
>
<junit fork="yes" forkmode="once" [...]
>
The forkmode="once" is important for speed.

Thanks for the suggestion. I checked with the default forkmode ("perTest") and also with "once" and here's what I got:

perTest:
real    0m31.039s
user    0m18.937s
sys     0m0.796s

once:
real    0m25.933s
user    0m14.301s
sys     0m0.556s

So there's definitely an improvement, but it's not that big of a difference.

I was asking about forking mostly from a what-else-might-this-cause point of view.

-chris


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to