stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

Recording adapter tests is really slow #52

Open stefan-kolb opened 9 years ago

stefan-kolb commented 9 years ago

To investigate:

croeck commented 9 years ago

To the most extend the recording spends its time with anonymization of the cassettes (should be improved) and the actual duration of the synchronous API requests.

stefan-kolb commented 9 years ago

Some tests are particulary slow (recording and replaying), I need to benchmark which these are. Maybe we can also replay the tests in parallel. Strangely, heroku replay is really slow. http://www.foraker.com/blog/profiling-your-rspec-suite https://github.com/foraker/rspec_profiling https://github.com/sinisterchipmunk/rspec-prof/issues