On Thu, Jan 21, 2010 at 8:25 PM, Raymond Feng <[email protected]> wrote: > Hi, > > To exclude the overhead of download/update, I ran the build with both > options with mvn clean install -o -fn. On the linux machine, I saw a similar > result as Luciano reported. >
Thats interesting, every other post on the MLs and blog about running tests in parallel that I've seen are finding it an improvement. Is there anything special about those machines? Do you have other machines you can also try? What about if you just build a single module with a lot of tests, say assembly-xml? (assembly-xml is always about 40% faster with -Pfast for me and thats been on several different machines over the week). Anyway, i suppose one good thing is that so far running the tests in parallel has not broken anything for anyone yet. ...ant
