# Rspec load time is zero?!

**URL:** https://meta.discourse.org/t/rspec-load-time-is-zero/391912
**Category:** Development
**Created:** [December 22, 2025, 12:57pm UTC](https://meta.discourse.org/t/rspec-load-time-is-zero/391912 "2025-12-22T12:57:20Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [January 9, 2026, 1:51pm UTC](https://meta.discourse.org/t/rspec-load-time-is-zero/391912/5 "2026-01-09T13:51:44Z")

</div>

> [@Hanaffi](#):
>
> I noticed that your RSpec tests load in 0s!

Where did you see that? To be honest, if something is saying 0.0s, then it’s probably a measurement error 😅

Some key things we use to improve RSpec performance are:

- [GitHub - grosser/parallel\_tests: Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber · GitHub](https://github.com/grosser/parallel_tests)

- [test-prof/docs/recipes/let\_it\_be.md at master · test-prof/test-prof · GitHub](https://github.com/test-prof/test-prof/blob/master/docs/recipes/let_it_be.md) (we wrap this in a `fab!` helper in our codebase)

---

_[View the full topic](https://meta.discourse.org/t/rspec-load-time-is-zero/391912)._
