MSRV check and policy documentation - #9356
Merged
Merged
Conversation
Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Merging this PR will regress 1 benchmark
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | chunked_varbin_opt_to_varbinview_builder[(10, 100)] |
542.8 µs | 630.4 µs | -13.89% |
| ⚡ | Simulation | compact_sliced[(16384, 10)] |
2 ms | 1.4 ms | +39.01% |
| ⚡ | Simulation | compact_sliced[(4096, 10)] |
528 µs | 386.8 µs | +36.5% |
| ⚡ | Simulation | filter_one_false[250000] |
210 µs | 188.4 µs | +11.5% |
| ⚡ | Simulation | chunked_dict_primitive_canonical_into[u32, (1000, 10, 100)] |
1.5 ms | 1.4 ms | +11.46% |
| ⚡ | Simulation | chunked_varbinview_canonical_into[(100, 100)] |
701.5 µs | 637.5 µs | +10.04% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing rk/msrv (bd0a81f) with develop (11c0a31)
Footnotes
-
89 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
joseph-isaacs
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instead of doing the work to handle new checks when we update msrv we can
benefit from them as they're released. This requires an msrv check to make sure
we are still compliant with the declared version