[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 performance on a machine like that is to get a
much faster disk.

Warren

On Tue, Mar 24, 2009 at 7:42 PM, Derek Chen-Becker
 wrote:
> I just wanted to throw this out there in case anyone else is considering new
> hardware.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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 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
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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=522&id=59

Note that I'm still using the original AM2 motherboard with the same
DDR2-800 memory. The fact that it's AM2 means that the Phenom is downgrading
its HyperTransport to the same speed as the Athlon X2 for bus access.

I suppose I could benchmark it to see how it performs for other tasks. I'm
not sure how much an SSD would help. I'll run a build and monitor iostat to
see how much data transfer goes to/from the HDDs, but my machine typically
runs a file cache of about 800-900MB of memory (6GB total), so I would
suspect that most of what maven needs gets sucked into the cache.

Derek

On Wed, Mar 25, 2009 at 6:38 AM, David Pollak  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 
> 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
>>
>>
>>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Git some: http://github.com/dpp
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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 .. SUCCESS
[3.498s]
[INFO] Lift Utils  SUCCESS
[1:01.814s]
[INFO] Lift WebKit ... SUCCESS
[49.402s]
[INFO] Lift Mapper ... SUCCESS
[1:00.879s]
[INFO] Lift Machine .. SUCCESS
[10.671s]
[INFO] Lift Record ... SUCCESS
[14.150s]
[INFO] Lift Textile .. SUCCESS
[25.412s]
[INFO] Lift Facebook . SUCCESS
[12.501s]
[INFO] Lift AMQP . SUCCESS
[4.882s]
[INFO] Lift XMPP . SUCCESS
[6.818s]
[INFO] Lift Widgets .. SUCCESS
[22.352s]
[INFO] Lift OpenID ... SUCCESS
[8.920s]
[INFO] Lift OAuth  SUCCESS
[0.432s]
[INFO] Lift PayPal ... SUCCESS
[10.385s]
[INFO] Lift TestKit .. SUCCESS
[9.351s]
[INFO] Lift Core (full lift) . SUCCESS
[0.638s]
[INFO] Lift Sites  SUCCESS
[0.405s]
[INFO] Lift Example .. SUCCESS
[29.820s]
[INFO] Skittr Example  SUCCESS
[13.762s]
[INFO] HelloLift example application . SUCCESS
[9.769s]
[INFO] HelloDarwin tutorial application .. SUCCESS
[11.500s]
[INFO] JPA Demo Master ... SUCCESS
[0.209s]
[INFO] JPADemo-spa ... SUCCESS
[15.445s]
[INFO] JPADemo-web ... SUCCESS
[13.409s]
[INFO] HTTP Authentication example ... SUCCESS
[5.147s]
[INFO] lift-archetype-blank .. SUCCESS
[17.842s]
[INFO] lift-archetype-basic .. SUCCESS
[21.273s]
[INFO] lift-archetype-jpa-basic .. SUCCESS
[0.452s]
[INFO]

[INFO]

[INFO] BUILD SUCCESSFUL
[INFO]

[INFO] Total time: 7 minutes 23 seconds
[INFO] Finished at: Wed Mar 25 06:35:34 MST 2009
[INFO] Final Memory: 80M/488M
[INFO]

de...@rocky:/home/software/liftweb$

Lift webkit, utils and mapper are by far the biggest chunks of the build.

Derek

On Wed, Mar 25, 2009 at 7:32 AM, Derek Chen-Becker wrote:

> 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=522&id=59
>
> Note that I'm still using the original AM2 motherboard with the same
> DDR2-800 memory. The fact that it's AM2 means that the Phenom is downgrading
> its HyperTransport to the same speed as the Athlon X2 for bus access.
>
> I suppose I could benchmark it to see how it performs for other tasks. I'm
> not sure how much an SSD would help. I'll run a build and monitor iostat to
> see how much data transfer goes to/from the HDDs, but my machine typically
> runs a file cache of about 800-900MB of memory (6GB total), so I would
> suspect that most of what maven needs gets sucked into the cache.
>
> Derek
>
>
> On Wed, Mar 25, 2009 at 6:38 AM, David Pollak <
> feeder.of.the.be...@gmail.com> 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 > > 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
>>>
>>>
>>>
>

[Lift] Re: What a difference a CPU makes

2009-03-25 Thread David Pollak
Weird.  My 2133 is running at 1.2 Ghz and has an 800Mhz (at best) memory
speed.  My experience with Lift builds on machines with a lot of memory is
that there's almost no disk access... everything is cached.

On Wed, Mar 25, 2009 at 6:32 AM, Derek Chen-Becker wrote:

> 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=522&id=59
>
> Note that I'm still using the original AM2 motherboard with the same
> DDR2-800 memory. The fact that it's AM2 means that the Phenom is downgrading
> its HyperTransport to the same speed as the Athlon X2 for bus access.
>
> I suppose I could benchmark it to see how it performs for other tasks. I'm
> not sure how much an SSD would help. I'll run a build and monitor iostat to
> see how much data transfer goes to/from the HDDs, but my machine typically
> runs a file cache of about 800-900MB of memory (6GB total), so I would
> suspect that most of what maven needs gets sucked into the cache.
>
> Derek
>
> On Wed, Mar 25, 2009 at 6:38 AM, David Pollak <
> feeder.of.the.be...@gmail.com> 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 > > 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
>>>
>>>
>>>
>>
>>
>> --
>> Lift, the simply functional web framework http://liftweb.net
>> Beginning Scala http://www.apress.com/book/view/1430219890
>> Follow me: http://twitter.com/dpp
>> Git some: http://github.com/dpp
>>
>>
>>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: What a difference a CPU makes

2009-03-25 Thread Derek Chen-Becker
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 Precision M4300)
with an Intel Core Duo T7700 and 4GB of memory builds in about 8:30. That's
a 32-bit JVM, so maybe I should run 32 bit on my desktop to see if that
makes a difference. My suspicion is that because the Athlon X2 4200+ has no
L3 cache (128K L1, 512K L2) it's having to go to main memory a lot. The
T7700 has 4MB L2 per core and the Phenom has 6MB L3 shared across cores.

How does my current 7 minute build time compare with other people's
experience?

Derek

On Wed, Mar 25, 2009 at 8:52 AM, David Pollak  wrote:

> Weird.  My 2133 is running at 1.2 Ghz and has an 800Mhz (at best) memory
> speed.  My experience with Lift builds on machines with a lot of memory is
> that there's almost no disk access... everything is cached.
>
>
> On Wed, Mar 25, 2009 at 6:32 AM, Derek Chen-Becker 
> wrote:
>
>> 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=522&id=59
>>
>> Note that I'm still using the original AM2 motherboard with the same
>> DDR2-800 memory. The fact that it's AM2 means that the Phenom is downgrading
>> its HyperTransport to the same speed as the Athlon X2 for bus access.
>>
>> I suppose I could benchmark it to see how it performs for other tasks. I'm
>> not sure how much an SSD would help. I'll run a build and monitor iostat to
>> see how much data transfer goes to/from the HDDs, but my machine typically
>> runs a file cache of about 800-900MB of memory (6GB total), so I would
>> suspect that most of what maven needs gets sucked into the cache.
>>
>> Derek
>>
>> On Wed, Mar 25, 2009 at 6:38 AM, David Pollak <
>> feeder.of.the.be...@gmail.com> 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 <
>>> dchenbec...@gmail.com> 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



>>>
>>>
>>> --
>>> Lift, the simply functional web framework http://liftweb.net
>>> Beginning Scala http://www.apress.com/book/view/1430219890
>>> Follow me: http://twitter.com/dpp
>>> Git some: http://github.com/dpp
>>>
>>>
>>>
>>
>>
>>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Git some: http://github.com/dpp
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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 wrote:

> 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 Precision M4300)
> with an Intel Core Duo T7700 and 4GB of memory builds in about 8:30. That's
> a 32-bit JVM, so maybe I should run 32 bit on my desktop to see if that
> makes a difference. My suspicion is that because the Athlon X2 4200+ has no
> L3 cache (128K L1, 512K L2) it's having to go to main memory a lot. The
> T7700 has 4MB L2 per core and the Phenom has 6MB L3 shared across cores.
>
> How does my current 7 minute build time compare with other people's
> experience?


My Core 2 Quad 2.4 Ghz desktop, I have a 7 minute build time (64 bit Ubuntu
8.04)

My Core 2 Duo 2.4 Ghz laptop, I have a 7 minute build time (32 bit Windows
Vista)


>
>
> Derek
>
>
> On Wed, Mar 25, 2009 at 8:52 AM, David Pollak <
> feeder.of.the.be...@gmail.com> wrote:
>
>> Weird.  My 2133 is running at 1.2 Ghz and has an 800Mhz (at best) memory
>> speed.  My experience with Lift builds on machines with a lot of memory is
>> that there's almost no disk access... everything is cached.
>>
>>
>> On Wed, Mar 25, 2009 at 6:32 AM, Derek Chen-Becker > > wrote:
>>
>>> 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=522&id=59
>>>
>>> Note that I'm still using the original AM2 motherboard with the same
>>> DDR2-800 memory. The fact that it's AM2 means that the Phenom is downgrading
>>> its HyperTransport to the same speed as the Athlon X2 for bus access.
>>>
>>> I suppose I could benchmark it to see how it performs for other tasks.
>>> I'm not sure how much an SSD would help. I'll run a build and monitor iostat
>>> to see how much data transfer goes to/from the HDDs, but my machine
>>> typically runs a file cache of about 800-900MB of memory (6GB total), so I
>>> would suspect that most of what maven needs gets sucked into the cache.
>>>
>>> Derek
>>>
>>> On Wed, Mar 25, 2009 at 6:38 AM, David Pollak <
>>> feeder.of.the.be...@gmail.com> 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 <
 dchenbec...@gmail.com> 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
>
>
>


 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Git some: http://github.com/dpp



>>>
>>>
>>>
>>
>>
>> --
>> Lift, the simply functional web framework http://liftweb.net
>> Beginning Scala http://www.apress.com/book/view/1430219890
>> Follow me: http://twitter.com/dpp
>> Git some: http://github.com/dpp
>>
>>
>>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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"  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 
> 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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
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"  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 
> 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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 all the artifacts
downloaded.)

Anybody tried a parallel version of maven?

Lee

On Wed, Mar 25, 2009 at 9:22 AM, Timothy Perrett 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"  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 
> 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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  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 
> 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"  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 
> > 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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 PM, Timothy Perrett
wrote:

>
> 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  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  >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" 
> 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 <
> dchenbec...@gmail.com>
> > > 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---