ruby - Cucumber (even without rails) Very Slow -


The simple command cucumber-H takes 4-6 seconds to execute on my machine. Not surprisingly, to run even the most basic cucumber test outside the rail, it takes time.

Is there any way to speed it up? What exactly is taking so long, if the test itself is running in ~ 100 mms?

I am on win7, ruby ​​1.9.2, 2.5GHz processor and 6g RAM.

I have issues of very slow speed cucumber i do a major improvement with you startup time With this, upgrade to Ruby 1.9.3 is to be done. On my machines I have seen 30% speed in startup time.

Comments