-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add VariantIdx
type and use instead of usize
#55589
The head ref may contain hidden characters: "min_length_\u{1F4A3}"
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors try |
⌛ Trying commit 34f848d17be42478dbd3d4f3f3f0fac3c75c2cfe with merge 49e6d10114075b7777aba504871f5fb272092c41... |
☀️ Test successful - status-travis |
@rust-timer build 49e6d10114075b7777aba504871f5fb272092c41 |
Success: Queued 49e6d10114075b7777aba504871f5fb272092c41 with parent e800988, comparison URL. |
@oli-obk unfortunately the "comparison URL" linked above does not seem to work
Is this PR to be considered blocked on getting perf results? (From what I skimmed, it seemed fine, but I can understand wanting to wait until we get actual numbers...) |
Finished benchmarking try commit 49e6d10114075b7777aba504871f5fb272092c41 |
Timer finished successfully. Looks like 0.1% to 0.5% regressions over the board and a few spurious ones with 2%-4% (marked with |
rebased |
Yea, I considered it blocked, because we've seen perf regressions with moving to strong index types before. |
@bors r=pnkfelix |
📌 Commit d46a207 has been approved by |
⌛ Testing commit d46a207 with merge 1d65f669350f16f339c3db775031b2b5dabaa46e... |
💔 Test failed - status-appveyor |
@bors retry 3h timeout on one builder |
Add `VariantIdx` type and use instead of `usize`
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@485397e. Direct link to PR: <rust-lang/rust#55589> 🎉 rls on linux: test-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra).
No description provided.