Notes on Automated Performance Testing in Unity
In my current project, Fluff, I want to automate my performance testing so that any PR that does not meet my minimal performance requirements will be rejected. The documentation for The Unity Performance Tesing Extension gets me 90% of the way there, but I have to do 2 things to get it working. I’m documenting […]