From 0d30e99e62bd01a622bdabebaa74e2837cd7cd61 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Tue, 7 May 2024 14:55:47 -0400 Subject: [PATCH] docs: add helvetic talk to resources --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 0a53f12f..680b58c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -54,6 +54,8 @@ TestProf toolbox aims to help you identify bottlenecks in your test suite. It co ## Resources +- [Profiling Ruby tests with Swiss precision](https://evilmartians.com/events/profiling-ruby-tests-with-swiss-precision-helvetic-ruby) + - [TestProf: a good doctor for slow Ruby tests](https://evilmartians.com/chronicles/testprof-a-good-doctor-for-slow-ruby-tests) - [TestProf II: factory therapy for your Ruby tests](https://evilmartians.com/chronicles/testprof-2-factory-therapy-for-your-ruby-tests-rspec-minitest)