Can you recommend me some tool for performance testing of native applications to integrate into CI/CD? The idea is that I would like to test the performance change of specific changes to a code base. It's trivial to write, but I'm 99% sure something must exists, alas, I cannot find such a project.

#PerformanceTesting #ContinuousIntegration #cicd

@joxean Web or local app? playwright pretty nice for web/emulated browser stuff.
Edit: "native app" nvm - might only work well on Electron stuff
@ciaranmak Is for a native application that needs to be rebuilt every time.