At 11:45 AM -0700 9/8/11, Aaron Patterson wrote: >On Wed, Sep 07, 2011 at 07:24:14PM -0400, Stephen Bannasch wrote: >> I've got a large Rails app we are porting from v2.3.12 to v3.0.10. >> >> The app takes almost 60s to startup in development mode using Ruby >> 1.9.2-p290 on my 2.66 GHz Intel Core i7 MacBook Pro . >> >> The app starts up about 2.7x faster on Ruby 1.9.3dev and the RSpec model >> tests run about 50% faster. > >You should try with 1.9.2-head. I think this will be fixed in the next >1.9.2 patch release.
Startup times on ruby 1.9.2 head is about twice as fast: $ ruby -v; time bin/rails runner "" ruby 1.9.2p312 (2011-08-11 revision 32926) [x86_64-darwin10.8.0] real 0m25.634s user 0m23.242s sys 0m2.057s -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en.
