Optimize Repository.LoadCheck to create instances only the specific check
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem
The implementation of Respository.LoadCheck creates instances of every check class, but only keeps the one we are looking for. We now call this method hundreds of times during the record phase of testing.
The optimal solution here is to only instantiate the specific class we are looking for instead of them all.
Edited by 🤖 GitLab Bot 🤖