-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Image efficiency scanning #8
Comments
This looks cool. It's a benchmark of sorts. these types of tasks I've put in See https://github.com/artichoke/boba/blob/55124bf7d3e82ef274ceb6dbffe9e6a8a53adbc2/.github/workflows/bench.yaml for an example. How does one fix a failed check here? |
It does give you a list of files to look at, e.g.:
We can run it both as a benchmark and a gate (e.g. prevent us from wasting 50% image space or something high like that). |
Sounds great let's do it. |
I believe it's worth it to make image efficiency scanning (e.g.
dive
) a step in CI to make sure we don't bloat the images later down the road.WDYT?
The text was updated successfully, but these errors were encountered: