← Back to all articles

Brandur Leach

Engineer at Crunchy Data. Previously at Stripe and Heroku. Writes about databases, APIs, and backend engineering.

https://brandur.org

Articles

On Using Go's `t.Parallel()`

Go's `t.Parallel()` enables parallel test execution within packages, speeding up large test suites that would otherwise run sequentially.