Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

142
Views
Is there a simple way to find slow specs

When running all specs in a project I have not touched in a while, I noticed that there seem to be 2 specs that take ages. I suspect some mocking of an API call or similar is not working anymore and the specs are running into a timeout.

Is there an easy way to identify those 2 specs without going manually through all spec files?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You can enable profiling by using the -p flag when running rspec

Or you can permanently enable profiling by adding

config.profile_examples = true

or, for example,

config.profile_examples = 5

to your Rspec configuration in spec/spec_helper.rb.

By default, it prints the 10 slowest examples, but you can set it to a different value to have it print more or fewer slow examples.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!