RubyFlow The Ruby and Rails community linklog

Profiling RSpec examples with Stackprof

Finding out why a particular spec is slow might be tricky. Stackprof is a powerful tool to find slow parts in the ruby stack, but we usually use it only in development. Why don’t we use it for RSpec too? http://blog.iempire.ru/2015/10/13/profiling-specs/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in