squint
squint copied to clipboard
Track performance of core functions
It would be nice if we could track performance of core functions across releases/commits in order to prevent performance regressions and more easily test performance improvements. I know some languages do this with rather elaborate suites but even something simple to easily compare performance would be great.
I've used https://benchmarkjs.com/ to do testing in Clava locally but I don't know what else is out there.