Add compiling linux as a benchmark#194
Conversation
|
Thanks for contribution to |
|
This is working, amazing. I think we should investigate why Alpine is taking more than 2h before merging this. |
|
I am not sure this is actually running in CI. The set |
|
It's not. I wasn't thinking about the CI, I just didn't want to force it into |
Not sure, this is probably a deeper question about what CI is checking. At the moment, it doesn't check all the benchmarks which is a bit of a problem, but it also takes a long time already. I don't think having a two minute task in I'll think a bit about how we might speed up CI. I am wondering if we should containerize some stuff, so we can reuse artifacts, and then run the benchmarks across more CI machines. |
|
I think you might have fucked your rebase up :D |
|
I did - and did not even notice 🥲 |
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com>
This adds compiling linux as a benchmark.
I opted for the latest stable version as of right now. It's building a 'allnoconfig' to not run too long. It's building in RAM to reduce file I/O overhead. I have no idea how to realize that on platforms other than *nix, though.
Comments and feedback welcome :)