[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Warren Henning
I've wanted to try a solid-state disk for a while. All but the cheapest systems you can buy these days are Core 2 Duo with 2+ GB of decently fast RAM (i.e. you can get a decent dual-core laptop with 2 GB of RAM that will run Ubuntu like a champ for ~$500). It seems like the real way to boost

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread David Pollak
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 dchenbec...@gmail.comwrote: I just wanted to throw this out there in case anyone else is

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Derek Chen-Becker
Ubuntu 8.10 x64. Java is java version 1.6.0_12 Java(TM) SE Runtime Environment (build 1.6.0_12-b04) Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode) Here's AMD's rundown of the difference between the CPUs: http://products.amd.com/en-us/DesktopCPUSideBySide.aspx?id=522id=59 Note

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Derek Chen-Becker
Oh, here's a reactor summary for the build, too: [INFO] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Lift

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread David Pollak
On Wed, Mar 25, 2009 at 7:11 AM, Derek Chen-Becker dchenbec...@gmail.comwrote: Yeah, the iostat indicates very little disk activity, and since my machine is running servers for web, email and VPN what I'm seeing could be entirely unrelated to the build. As a comparison, my laptop (Dell

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Timothy Perrett
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 feeder.of.the.be...@gmail.com wrote: Derek, What OS are you running?  

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Derek Chen-Becker
I'm just running mvn clean install. I'll try your command and see what it does. I'm not a maven expert, but isn't package a subset of install anyway? Derek On Wed, Mar 25, 2009 at 11:22 AM, Timothy Perrett timo...@getintheloop.euwrote: Also, what command are you running to constitute a

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Lee Mighdoll
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

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Timothy Perrett
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 leemighd...@gmail.com wrote: Running mvn -o clean install, I get:  27:04 on my old desktop (1Ghz Sempron 3100, 2gb, software raid 1)  

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Derek Chen-Becker
Nice. I ran the command line that you specified and the run is closer to 10 minutes. That would indicate that scaladoc generation is on the order of 3 minutes, although I'm not 100% positive there because of the inclusion of both package and install targets. Derek On Wed, Mar 25, 2009 at 12:45