Skip to content

MSRV check and policy documentation - #9356

Merged
robert3005 merged 5 commits into
developfrom
rk/msrv
Aug 11, 2026
Merged

MSRV check and policy documentation#9356
robert3005 merged 5 commits into
developfrom
rk/msrv

Conversation

@robert3005

Copy link
Copy Markdown
Contributor

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

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>
Signed-off-by: Robert Kruszewski <github@robertk.io>
@robert3005 robert3005 added the changelog/chore A trivial change label Aug 11, 2026
@robert3005
robert3005 requested a review from AdamGS August 11, 2026 12:25
@robert3005
robert3005 enabled auto-merge (squash) August 11, 2026 12:25
@codspeed-hq

codspeed-hq Bot commented Aug 11, 2026

Copy link
Copy Markdown

Merging this PR will regress 1 benchmark

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 5 improved benchmarks
❌ 1 regressed benchmark
✅ 1956 untouched benchmarks
⏩ 89 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

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)

Open in CodSpeed

Footnotes

  1. 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.

@robert3005
robert3005 merged commit 6468dcf into develop Aug 11, 2026
94 of 96 checks passed
@robert3005
robert3005 deleted the rk/msrv branch August 11, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants