maint: add binary size checking to CI #1057
Labels
kind/maintenance
about releasing / CI / Github / other kind of "meta" project maintenance work
status/in-review
needs to be reviewed by maintainers before it is accepted
What problem does this solve?
This fixes the problem of the binary size increasing over time, which is a non-starter for some users (like @oleorhagen!)
Solution description
A script that does the following psuedo-code:
Potential Future Work
If we make the CLI modular (mentioned here #833 (comment)), we can assert different expected binary sizes for the "minimal" vs "complete" versions of the package.
Context
This idea was inspired by #1055
The text was updated successfully, but these errors were encountered: