Idea: Add a CI bot to measure and report build size on PRs #178
7jameslondon
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
This is a great idea. I have this as a part of my release workflow, but would be great to have this baked into the CI with more contributors in the project. Great project by the way. My partner is an analytical chemist and will surely find it useful. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The size of the final build is an important metric when evaluating changes to the project. I think it would be useful to have a CI workflow that runs on pull requests and:
This would make it easier to assess the impact of new PRs and provide more useful information than a simple threshold check such as “Is the build below 1 MB?” When additional commits are pushed, the bot could update its existing comment rather than posting a new one.
Here is an example from my bento-inspired project.
Any feedback would be appreciated. If there’s interest, I’d be happy to implement this and open a PR.
All reactions