mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 18:59:37 -04:00
456d1ba536
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. 