Viladoman / CompileScore

Tools for profiling and visualizing C++ build times.
MIT License
460 stars 19 forks source link

Keep previous results and compare #47

Open fdecle opened 1 year ago

fdecle commented 1 year ago

Is it possible to keep the previous compil scores, and compare it to another ?

Viladoman commented 1 year ago

It is not possible at the moment.

I would love to have something like this. I am still debating between having a direct diff, or something that keeps storing historical data. But something with these capabilities is in the roadmap. Sadly I don't know when I will be able to do it.

The current workaround is to use the standalone app and keep your reference results in a different application for comparison.

Trass3r commented 8 months ago

I'd also like to compare 2 builds (using the standalone app), one with and one without using modules: https://github.com/Trass3r/llvm-project/actions/runs/7402992800#artifacts Not sure if there is any meaningful way to diff these though.

Viladoman commented 8 months ago

Adding diff info between to recordings should not be a hard thing to add. Imho it is more about a clever way to display the data without blowing out the tables. I might take a look at it once I finish the work I am doing with the requirement parser.