-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Remove stability and benchmark metric infrastructure #19145
Comments
Nominating because this adds --save-metrics and --ratchet-metrics to test runners that I don't want to support. |
I left the documentation about saving and ratcheting metrics out of the latest iteration of the testing guide, so agreed there. |
Bots are no longer uploading metrics so it's safe to remove from the code. |
P-backcompat-libs, 1.0. |
References rust-lang/rust/rust-lang#19145 modified: src/llvm (new commits)
I forgot to do this in my previous PR. This should close rust-lang#19145 .
Only the stuff in tests.mk has been removed. The test crate still supports a bunch of stuff that should be removed. Here are my suggestions:
boxplot and stats are less obvious. |
I'm working on removing these. It's just taking a little while to get familiar with the code. |
This isn't the entire set of changes, there are more coming. rust-lang#19145
I think this is all of the remaining code to be removed. Let me know if I've missed anything. Closes #19145
Does this live on somewhere out-of-tree? I was using it in html5ever. |
We generate this information and upload it and do nothing with it (and the upload causes #19079). Let's just completely remove the code for it (including the never-used ratcheting feature, and probably the test-sharding feature as well).
The text was updated successfully, but these errors were encountered: