On Sun, Apr 24, 2011 at 5:44 PM, David Chelimsky <dchelim...@gmail.com> wrote:
> On Apr 24, 2011, at 3:24 PM, Alisson Sales wrote:
>
>> Hi, I've started a Rails 3 project using Ruby 1.9.2 and Rspec 2 and my
>> test suite is now growing and I'm not happy with the amount of time it
>> is tooking to run. I did a benchmark of it with Ruby Enterprise
>> Edition 1.8.7 2011.03 and it ran much more faster(5x) than Ruby 1.9.2.
>>
>> Is it expected or there is something I'm missing? To see the results,
>> Gemfile and spec_helper.rb please check the gist
>> https://gist.github.com/939699
>>
>> Any help or tips are very appreciated.
>>
>> Thanks,
>> Alisson Sales
>
> rspec runs its own specs faster on 1.9.2 than on 1.8.7: 
> https://gist.github.com/939865

Cool.

>
> Which version of rails are you using, and what other gems are in your Gemfile?

Rails 3.0.5, the complete Gemfile is on the gist https://gist.github.com/939699

I think the other gems that may be affecting the speed are
factory_girl_rails and shoulda-matchers but in the ruby 1.8.7 the
result is so good that I'm wondering if the problem is a specific gem.

>
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to