I would like to start monitoring compilation times of my application to have historical data and try to understand whether we are improving them or not.
I thought about using CI runs to do it (we’re currently using GitHub Actions) and possibly store the results in some external system.
Is anyone doing this or something similar? Any tips or tricks to do it properly?