Re: Slow on the mac ?

2013-03-26 Thread Kristian Rosenvold
Based on just repeated by-hand runs of ArgLineIT project from surefire I see the diff below. (The linux box is fearsome in terms of both CPU speed and SSD performance; I don't expect apple to match that) It would seem like most of the plugins run 100ms slower on the mac, which would seem to accou

Re: Slow on the mac ?

2013-03-26 Thread Andreas Gudian
Is the difference that big only when forking? Am Dienstag, 26. März 2013 schrieb Kristian Rosenvold : > My numbers seem quite dismal; forking the same test on linux/windows/mac: > > 0.75s on linux > 0.95s on windows 7 > 1.6s on my MBP > > The MBP (3Ghz 13") is /supposed/ to be approx as fast or

Re: Slow on the mac ?

2013-03-26 Thread Kristian Rosenvold
My numbers seem quite dismal; forking the same test on linux/windows/mac: 0.75s on linux 0.95s on windows 7 1.6s on my MBP The MBP (3Ghz 13") is /supposed/ to be approx as fast or faster than the windows 7 box I suppose I'll have to try the plugin profiler to see what's going on. Kristian

Re: Slow on the mac ?

2013-03-26 Thread Jesse McConnell
I'll just mention that timing sensitive tests always seem to bite me on Mac while they run perfectly fine on linux...typically anything network related seems to be a touch slower on mac, especially when spinning up lots of client connections and the like. so I have observed this as well jesse --

Slow on the mac ?

2013-03-26 Thread Kristian Rosenvold
I was quite puzzled that the surefire IT's run about half speed of my linux box and slightly better when compared to my windows 7 box @dayjob. Arguably my linux box is pretty state of the art; but it appears my 13" mbp is slow as a dog ? This is forked executions of IT projects, most of these runn

Re: [VOTE] Release Maven Release Plugin version 2.4.1

2013-03-26 Thread Robert Scholte
Hi, The vote has passed with the following result : +1 (binding): Robert Scholte, Mark Struberg, Stephen Connolly +1 (non binding): I will promote the artifacts to the central repo. thanks, Robert Op Sat, 23 Mar 2013 11:57:49 +0100 schreef Robert Scholte : Hi, We solved 4 issues: http:

Re: [VOTE] Release Maven Release Plugin version 2.4.1

2013-03-26 Thread Stephen Connolly
+1 On 26 March 2013 17:57, Robert Scholte wrote: > Hi, > > I need 1 more binding vote for this release. > > Robert > > > > Op Sat, 23 Mar 2013 11:57:49 +0100 schreef Robert Scholte < > rfscho...@apache.org>: > > Hi, >> >> We solved 4 issues: >> http://jira.codehaus.org/**secure/ReleaseNote.jsp

Re: [VOTE] Release Maven Release Plugin version 2.4.1

2013-03-26 Thread Robert Scholte
Hi, I need 1 more binding vote for this release. Robert Op Sat, 23 Mar 2013 11:57:49 +0100 schreef Robert Scholte : Hi, We solved 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?styleName=Html&projectId=11144&version=19050 There are still a couple of issues left in JIRA: http

Terminate java 1.3 and 1.4 support in surefire

2013-03-26 Thread Kristian Rosenvold
I think it's time we remove 1.3 and 1.4 support from surefire and make 1.5 a required minimum all across the board. The plugin has required 1.5 for quite some time now, but we have been able to fork down to 1.3 if necessary. The main reason for doing this upgrade is that it is /hard/ to support a