-
Notifications
You must be signed in to change notification settings - Fork 70
Prune inputs #177
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
Prune inputs #177
Conversation
Please add a link to the previous one, and the steps to reproduce, or a link to it. |
Done |
Looks like the runtime remains roughly the same? So maybe it is not worth it this time? |
4.4GB vs 1.6GB on this PR with no coverage loss. I don't see the benefit of keeping the redundant inputs around. |
Ok, fair enough. |
When I try to reproduce, I get |
Ok, I re-ran on a different machine and it somehow passed this time. Results:
|
lgtm |
As per the usual process to avoid wasted CI resources and timeouts when it runs on large and presumed irrelevant inputs.
Previous: #157
To "reproduce"
Install a fresh VM, as explained in the bash script's doc, and run it:
To "test"