Osledy Bazó
2012-Nov-07 21:28 UTC
Rails app slower on a new Dell with Ubuntu than on an old Mac
Hello people, I have a problem but im not sure if is a problem at all. I''ve been working in a client project using a macbook pro for two years now. The project is a rails 2.1.2 app that we are upgrading, it has a lot of tests unit/functional/integration/cucumber The complete test suite runs slower on a new Dell manchine that on the old Mac. Is that normal? The specs for the mac are: 2008 macbook pro, lion 10.7.2 8gb ram, 2.53Ghz Core2Duo, 250hd The specs for the dell are: New Dell xps 15 (new model that came out this year) 8gb ram, IntelCore™ i7-3632QM, 720hd It has Ubuntu 12.04 64bit. I have installed ruby *ree* with rvm in both laptops they have the same gems versions managed with bundler The mac the tests time: unit real 9m23.025s user 3m42.044s sys 1m40.441s cucumber real 13m3.981s user 8m46.322s sys 1m24.287s The dell the tests time: unit real 35m4.003s user 2m52.155s sys 0m58.388s cucumber real 28m54.349s user 6m32.773s sys 0m44.751s Dell times are slow, is there something im missing? is this normal? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/4nhGObvq1M4J. For more options, visit https://groups.google.com/groups/opt_out.
Jordon Bedwell
2012-Nov-07 22:10 UTC
Re: Rails app slower on a new Dell with Ubuntu than on an old Mac
How are you compiling it? What are the packages you used to compile it? What version of Ubuntu? On Wed, Nov 7, 2012 at 3:28 PM, Osledy Bazó <osledybazo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello people, I have a problem but im not sure if is a problem at all. > > I''ve been working in a client project using a macbook pro for two years now. > The project is a rails 2.1.2 app that we are upgrading, it has a lot of > tests unit/functional/integration/cucumber > The complete test suite runs slower on a new Dell manchine that on the old > Mac. Is that normal? > > The specs for the mac are: > > 2008 macbook pro, lion 10.7.2 > 8gb ram, 2.53Ghz Core2Duo, 250hd > > > The specs for the dell are: > > New Dell xps 15 (new model that came out this year) > 8gb ram, IntelCore™ i7-3632QM, 720hd > It has Ubuntu 12.04 64bit. > > > I have installed ruby ree with rvm in both laptops > they have the same gems versions managed with bundler > > The mac the tests time: > > unit > real 9m23.025s > user 3m42.044s > sys 1m40.441s > > > cucumber > real 13m3.981s > user 8m46.322s > sys 1m24.287s > > > The dell the tests time: > > unit > real 35m4.003s > user 2m52.155s > sys 0m58.388s > > cucumber > real 28m54.349s > user 6m32.773s > sys 0m44.751s > > > Dell times are slow, is there something im missing? is this normal? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/4nhGObvq1M4J. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Osledy Bazó
2012-Nov-07 22:43 UTC
Re: Rails app slower on a new Dell with Ubuntu than on an old Mac
To compile ruby? rvm does that see pastie http://pastie.org/5342877 Im using ubuntu 12.04 El miércoles, 7 de noviembre de 2012 17:42:01 UTC-4:30, Jordon Bedwell escribió:> > How are you compiling it? What are the packages you used to compile > it? What version of Ubuntu? > > On Wed, Nov 7, 2012 at 3:28 PM, Osledy Bazó <osled...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:>> > wrote: > > Hello people, I have a problem but im not sure if is a problem at all. > > > > I''ve been working in a client project using a macbook pro for two years > now. > > The project is a rails 2.1.2 app that we are upgrading, it has a lot of > > tests unit/functional/integration/cucumber > > The complete test suite runs slower on a new Dell manchine that on the > old > > Mac. Is that normal? > > > > The specs for the mac are: > > > > 2008 macbook pro, lion 10.7.2 > > 8gb ram, 2.53Ghz Core2Duo, 250hd > > > > > > The specs for the dell are: > > > > New Dell xps 15 (new model that came out this year) > > 8gb ram, IntelCore™ i7-3632QM, 720hd > > It has Ubuntu 12.04 64bit. > > > > > > I have installed ruby ree with rvm in both laptops > > they have the same gems versions managed with bundler > > > > The mac the tests time: > > > > unit > > real 9m23.025s > > user 3m42.044s > > sys 1m40.441s > > > > > > cucumber > > real 13m3.981s > > user 8m46.322s > > sys 1m24.287s > > > > > > The dell the tests time: > > > > unit > > real 35m4.003s > > user 2m52.155s > > sys 0m58.388s > > > > cucumber > > real 28m54.349s > > user 6m32.773s > > sys 0m44.751s > > > > > > Dell times are slow, is there something im missing? is this normal? > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:>. > > > To unsubscribe from this group, send email to > > rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/rubyonrails-talk/-/4nhGObvq1M4J. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/BsLEUdzw_osJ. For more options, visit https://groups.google.com/groups/opt_out.