Skip to content

Store artifact sizes into the DB #1657

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

Merged
merged 4 commits into from
Jul 17, 2023
Merged

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Jul 15, 2023

This PR adds a new DB table that records the size of individual components (like librustc_driver.so, libLLVM.so, ...) into the database. I decided to explicitly list the components that we want to record, instead of just taking the whole bin/lib directory and somehow removing hashes from the filenames.

Copy link
Member

@Mark-Simulacrum Mark-Simulacrum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a good starting point to me.

@Kobzol Kobzol enabled auto-merge July 17, 2023 06:43
@Kobzol Kobzol merged commit 9e94ced into rust-lang:master Jul 17, 2023
@Kobzol Kobzol deleted the artifact-size branch July 17, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants