open-goal / jak-project

Reviving the language that brought us the Jak & Daxter Series
https://opengoal.dev
ISC License
2.73k stars 165 forks source link

goalc: add a performance report feature #3519

Closed xTVaser closed 1 month ago

xTVaser commented 1 month ago

Adds a quick perf report feature to goalc that lets you compare how much faster / slower it takes to compile the projects, with some simple features like filtering the files, adjusting for how large of a margin of error in the speeds you care about, and which test iteration you want to compare against.

This is something I plan to use as I work more in goalc as an easy way to track / show the results.

image