mvn -o clean install gets me: 6min 33sec on my Mac Book Pro 2.4 Core 2 Duo 5min 59sec on my Mac Pro 2x 2.66 Dual-Core Xenon
On Mar 25, 5:05 pm, Lee Mighdoll <[email protected]> wrote: > Running mvn -o clean install, I get: > 27:04 on my old desktop (1Ghz Sempron 3100, 2gb, software raid 1) > 6:59 on my new laptop (Core2 Duo CPU 9550 2.66Ghz, 4gb, software raid 1) > 4:41 on my new desktop (3Ghz Core2 Quad 9650, 8gb, hardware raid 10) > > (I ran mvn clean install first to make sure I had all the artifacts > downloaded.) > > Anybody tried a parallel version of maven? > > Lee > > On Wed, Mar 25, 2009 at 9:22 AM, Timothy Perrett > <[email protected]>wrote: > > > > > Also, what command are you running to constitute a “build”? I usually run: > > > mvn clean package install scala:doc > > > What are you guys running as im interested in the comparison. > > > Cheers, Tim > > > On 25/03/2009 12:38, "David Pollak" <[email protected]> wrote: > > > Derek, > > > What OS are you running? The old numbers are worse than my HP 2133 Netbook > > which clocks in at 15 minutes for a full Lift build. > > > Thanks, > > > David > > > On Tue, Mar 24, 2009 at 7:42 PM, Derek Chen-Becker <[email protected]> > > wrote: > > > I just wanted to throw this out there in case anyone else is considering > > new hardware. I had an Athlon X2 4200+ powering my dev box (6GB of ram, 2 x > > RAID 1 SATA drives) and average build time for a "mvn clean install" for the > > entire liftweb project was roughly 17 minutes and 45 seconds. I just > > upgraded to a Phenom X3 720 (no change in any other hardware) and my build > > times are now about 7 minutes! I'm guessing that the L3 cache on the Phenom > > is a huge part of that, but I'm sure that the increased clock and newer core > > are helping a bit. > > > Derek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
