Skip to content

fix: remove beta Rust version from CI#409

Merged
hsluoyz merged 2 commits intomasterfrom
copilot/only-run-ci-for-stable-os
Dec 19, 2025
Merged

fix: remove beta Rust version from CI#409
hsluoyz merged 2 commits intomasterfrom
copilot/only-run-ci-for-stable-os

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 19, 2025

fix: #408

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@hsluoyz hsluoyz marked this pull request as ready for review December 19, 2025 17:52
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Copilot AI changed the title [WIP] Only run CI for stable OSes Remove beta Rust version from CI matrix Dec 19, 2025
Copilot AI requested a review from hsluoyz December 19, 2025 17:55
@hsluoyz hsluoyz changed the title Remove beta Rust version from CI matrix feat: remove beta Rust version from CI Dec 19, 2025
@hsluoyz hsluoyz changed the title feat: remove beta Rust version from CI fix: remove beta Rust version from CI Dec 19, 2025
@github-actions
Copy link
Copy Markdown

Benchmark for 7272c2a

Click to view benchmark
Test PR Benchmark Master Benchmark %
b_benchmark_rbac_model_large 8.5±0.05ms 8.4±0.02ms +1.19%
benchmark priority model 1499.1±36.32ns 1495.8±17.68ns +0.22%
benchmark_abac_model 1166.4±32.76ns 1150.9±13.04ns +1.35%
benchmark_basic_model 1263.4±31.09ns 1241.6±18.46ns +1.76%
benchmark_key_match 4.1±0.06µs 4.0±0.05µs +2.50%
benchmark_raw 0.0±0.00ns 0.0±0.00ns NaN%
benchmark_rbac_model 3.2±0.05µs 3.1±0.03µs +3.23%
benchmark_rbac_model_medium 780.6±4.78µs 777.4±8.14µs +0.41%
benchmark_rbac_model_with_domains 2.1±0.04µs 2.1±0.04µs 0.00%
benchmark_rbac_with_deny 5.6±0.13µs 5.4±0.13µs +3.70%
benchmark_rbac_with_resource_roles 1515.1±23.61ns 1440.0±28.11ns +5.22%
benchmark_role_manager_large 3.3±0.02ms 3.3±0.03ms 0.00%
benchmark_role_manager_medium 267.0±5.16µs 266.2±4.25µs +0.30%
benchmark_role_manager_small 79.8±0.76µs 79.9±0.66µs -0.13%

@hsluoyz hsluoyz merged commit 1ee267e into master Dec 19, 2025
6 of 7 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (7272c2a) to head (240f28d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@      Coverage Diff      @@
##   master   #409   +/-   ##
=============================
=============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

hsluoyz added a commit that referenced this pull request Dec 19, 2025
@github-actions
Copy link
Copy Markdown

Benchmark for 7272c2a

Click to view benchmark
Test PR Benchmark Master Benchmark %
b_benchmark_rbac_model_large 9.6±0.04ms 9.7±0.02ms -1.03%
benchmark priority model 1420.5±19.78ns 1438.6±17.77ns -1.26%
benchmark_abac_model 1054.8±13.05ns 1051.9±9.29ns +0.28%
benchmark_basic_model 1149.9±10.32ns 1133.7±10.89ns +1.43%
benchmark_key_match 4.0±0.06µs 4.1±0.04µs -2.44%
benchmark_raw 0.0±0.00ns 0.0±0.00ns NaN%
benchmark_rbac_model 3.2±0.04µs 3.3±0.05µs -3.03%
benchmark_rbac_model_medium 799.0±8.10µs 814.0±5.34µs -1.84%
benchmark_rbac_model_with_domains 2.0±0.09µs 1994.3±13.61ns +0.29%
benchmark_rbac_with_deny 5.4±0.07µs 5.5±0.07µs -1.82%
benchmark_rbac_with_resource_roles 1444.0±20.30ns 1472.6±14.82ns -1.94%
benchmark_role_manager_large 4.3±0.10ms 4.3±0.01ms 0.00%
benchmark_role_manager_medium 271.5±3.49µs 271.8±2.52µs -0.11%
benchmark_role_manager_small 83.6±1.22µs 85.5±1.07µs -2.22%

github-actions bot pushed a commit that referenced this pull request Dec 19, 2025
# [2.18.0](v2.17.0...v2.18.0) (2025-12-19)

### Bug Fixes

* remove beta Rust version from CI ([#409](#409)) ([f22f84c](f22f84c))
* remove irrelevant links in README ([7272c2a](7272c2a))

### Features

* fix FileAdapter CSV format to preserve spaces after commas ([#407](#407)) ([5d0a915](5d0a915))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] only run CI for stable Rust

3 participants