Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we only look at build size after the PR ( https://github.com/uutils/coreutils-tracking#binary-size-evolution )
We should monitor this in the CI. For this, we should update: https://github.com/uutils/coreutils/blob/main/.github/workflows/CICD.yml#L529-L536=
And keep track of the individual size of the binary ( like https://github.com/uutils/coreutils-tracking/blob/main/gnu-full-result.json ) and compare if this is significantly increase (ex: > 5%) and trigger a warning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we only look at build size after the PR ( https://github.com/uutils/coreutils-tracking#binary-size-evolution )
We should monitor this in the CI. For this, we should update:
https://github.com/uutils/coreutils/blob/main/.github/workflows/CICD.yml#L529-L536=
And keep track of the individual size of the binary ( like https://github.com/uutils/coreutils-tracking/blob/main/gnu-full-result.json )
and compare if this is significantly increase (ex: > 5%) and trigger a warning.
The text was updated successfully, but these errors were encountered: