PoisonedYouth
11/17/2022, 8:11 AMczuckie
11/17/2022, 9:01 AMSam
11/17/2022, 10:03 AMJohann Pardanaud
11/17/2022, 10:10 AMPoisonedYouth
11/17/2022, 10:12 AMJohann Pardanaud
11/17/2022, 10:14 AMPoisonedYouth
11/17/2022, 10:18 AMBenni
11/17/2022, 4:25 PMthe runtime is increasing very fast with every new productive code that is writtenin the org I work with, we use mutation testing a lot and I can confirm this statement from the blog post. Especially for large code bases with lots of tests. We had runtime up to 20 mins. What we did in that case was to only mutation test the really algorithmically-heavy code ("when you have a lot of branches, it will be mutation tested" 🙂 )
PoisonedYouth
11/17/2022, 4:51 PM