Skip to content

feat: auto release snapshot versions now#1726

Merged
hsluoyz merged 1 commit intoapache:masterfrom
cooronx:fix_snapshot_workflows
Apr 25, 2026
Merged

feat: auto release snapshot versions now#1726
hsluoyz merged 1 commit intoapache:masterfrom
cooronx:fix_snapshot_workflows

Conversation

@cooronx
Copy link
Copy Markdown
Contributor

@cooronx cooronx commented Apr 25, 2026

No description provided.

@hsluoyz hsluoyz changed the title fix: replace semantic-release with source release workflows feat: auto release snapshot versions now Apr 25, 2026
@hsluoyz hsluoyz merged commit 15c1a45 into apache:master Apr 25, 2026
4 checks passed
@github-actions
Copy link
Copy Markdown

Benchmark Comparison

Comparing base branch (74322db)
vs PR branch (31914cf)

goos: linux
goarch: amd64
pkg: github.com/casbin/casbin/v3
cpu: AMD EPYC 7763 64-Core Processor                
                                                 │ base-bench.txt │             pr-bench.txt             │
                                                 │     sec/op     │    sec/op     vs base                      Diff          │
CachedRaw                                          16.15n ± ∞ ¹   16.15n ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedBasicModel                                   169.6n ± ∞ ¹   171.9n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.36% ➡️
CachedRBACModel                                    168.7n ± ∞ ¹   170.9n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.30% ➡️
CachedRBACModelSmall                               175.2n ± ∞ ¹   179.0n ± ∞ ¹       ~ (p=1.000 n=1) ³         +2.17% ➡️
CachedRBACModelMedium                              177.4n ± ∞ ¹   189.1n ± ∞ ¹       ~ (p=1.000 n=1) ³         +6.60% ➡️
CachedRBACModelLarge                               157.0n ± ∞ ¹   153.7n ± ∞ ¹       ~ (p=1.000 n=1) ³         -2.10% ➡️
CachedRBACModelWithResourceRoles                   169.4n ± ∞ ¹   170.9n ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.89% ➡️
CachedRBACModelWithDomains                         178.4n ± ∞ ¹   180.9n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.40% ➡️
CachedABACModel                                    2.680µ ± ∞ ¹   2.683µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.11% ➡️
CachedKeyMatchModel                                184.6n ± ∞ ¹   187.4n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.52% ➡️
CachedRBACModelWithDeny                            169.6n ± ∞ ¹   172.0n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.42% ➡️
CachedPriorityModel                                168.4n ± ∞ ¹   171.0n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.54% ➡️
CachedWithEnforceContext                           227.2n ± ∞ ¹   231.5n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.89% ➡️
CachedRBACModelMediumParallel                      164.2n ± ∞ ¹   163.2n ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.61% ➡️
HasPolicySmall                                     429.4n ± ∞ ¹   433.5n ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.95% ➡️
HasPolicyMedium                                    443.8n ± ∞ ¹   452.5n ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.96% ➡️
HasPolicyLarge                                     461.8n ± ∞ ¹   461.1n ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.15% ➡️
AddPolicySmall                                     535.1n ± ∞ ¹   524.8n ± ∞ ¹       ~ (p=1.000 n=1) ³         -1.92% ➡️
AddPolicyMedium                                    600.8n ± ∞ ¹   629.3n ± ∞ ¹       ~ (p=1.000 n=1) ³         +4.74% ➡️
AddPolicyLarge                                     1.184µ ± ∞ ¹   1.158µ ± ∞ ¹       ~ (p=1.000 n=1) ³         -2.20% ➡️
RemovePolicySmall                                  501.7n ± ∞ ¹   516.0n ± ∞ ¹       ~ (p=1.000 n=1) ³         +2.85% ➡️
RemovePolicyMedium                                 525.4n ± ∞ ¹   547.1n ± ∞ ¹       ~ (p=1.000 n=1) ³         +4.13% ➡️
RemovePolicyLarge                                  560.5n ± ∞ ¹   573.4n ± ∞ ¹       ~ (p=1.000 n=1) ³         +2.30% ➡️
Raw                                                16.16n ± ∞ ¹   16.16n ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
BasicModel                                         3.505µ ± ∞ ¹   3.609µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +2.97% ➡️
RBACModel                                          5.183µ ± ∞ ¹   5.385µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +3.90% ➡️
RBACModelSizes/small                               47.25µ ± ∞ ¹   47.16µ ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.19% ➡️
RBACModelSizes/medium                              481.1µ ± ∞ ¹   477.5µ ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.75% ➡️
RBACModelSizes/large                               5.259m ± ∞ ¹   5.364m ± ∞ ¹       ~ (p=1.000 n=1) ³         +2.00% ➡️
RBACModelSmall                                     57.60µ ± ∞ ¹   57.79µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.33% ➡️
RBACModelMedium                                    565.1µ ± ∞ ¹   561.4µ ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.65% ➡️
RBACModelLarge                                     5.715m ± ∞ ¹   5.828m ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.98% ➡️
RBACModelWithResourceRoles                         4.339µ ± ∞ ¹   4.457µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +2.72% ➡️
RBACModelWithDomains                               5.023µ ± ∞ ¹   5.086µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.25% ➡️
ABACModel                                          2.600µ ± ∞ ¹   2.703µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +3.96% ➡️
ABACRuleModel                                      3.811m ± ∞ ¹   4.016m ± ∞ ¹       ~ (p=1.000 n=1) ³         +5.38% ➡️
KeyMatchModel                                      5.807µ ± ∞ ¹   5.962µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +2.67% ➡️
RBACModelWithDeny                                  6.660µ ± ∞ ¹   6.890µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +3.45% ➡️
PriorityModel                                      4.052µ ± ∞ ¹   4.199µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +3.63% ➡️
RBACModelWithDomainPatternLarge                    12.39µ ± ∞ ¹   13.26µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +7.02% ➡️
RoleManagerSmall                                   44.87µ ± ∞ ¹   45.13µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.58% ➡️
RoleManagerMedium                                  504.8µ ± ∞ ¹   505.3µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.10% ➡️
RoleManagerLarge                                   5.796m ± ∞ ¹   6.579m ± ∞ ¹       ~ (p=1.000 n=1) ³         +13.51% 🐌
BuildRoleLinksWithPatternLarge                     282.1m ± ∞ ¹   292.1m ± ∞ ¹       ~ (p=1.000 n=1) ³         +3.54% ➡️
BuildRoleLinksWithDomainPatternLarge               8.874m ± ∞ ¹   9.332m ± ∞ ¹       ~ (p=1.000 n=1) ³         +5.16% ➡️
BuildRoleLinksWithPatternAndDomainPatternLarge     289.9m ± ∞ ¹   294.4m ± ∞ ¹       ~ (p=1.000 n=1) ³         +1.55% ➡️
HasLinkWithPatternLarge                            950.3n ± ∞ ¹   943.1n ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.76% ➡️
HasLinkWithDomainPatternLarge                      326.5n ± ∞ ¹   320.1n ± ∞ ¹       ~ (p=1.000 n=1) ³         -1.96% ➡️
HasLinkWithPatternAndDomainPatternLarge            949.5n ± ∞ ¹   932.8n ± ∞ ¹       ~ (p=1.000 n=1) ³         -1.76% ➡️
ConcurrentHasLinkWithMatching                      1.077µ ± ∞ ¹   1.146µ ± ∞ ¹       ~ (p=1.000 n=1) ³         +6.41% ➡️
geomean                                              4.823µ         4.914µ                                     +1.89% ➡️
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ need >= 4 samples to detect a difference at alpha level 0.05

                                                 │ base-bench.txt │             pr-bench.txt              │
                                                 │      B/op      │     B/op       vs base                     Diff          │
CachedRaw                                           0.000 ± ∞ ¹     0.000 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedBasicModel                                    104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModel                                     104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModelSmall                                104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModelMedium                               104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModelLarge                                96.00 ± ∞ ¹     96.00 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModelWithResourceRoles                    104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModelWithDomains                          120.0 ± ∞ ¹     120.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedABACModel                                   1.497Ki ± ∞ ¹   1.502Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.33% ➡️
CachedKeyMatchModel                                 152.0 ± ∞ ¹     152.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModelWithDeny                             104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedPriorityModel                                 104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedWithEnforceContext                            176.0 ± ∞ ¹     176.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
CachedRBACModelMediumParallel                       104.0 ± ∞ ¹     104.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
HasPolicySmall                                      102.0 ± ∞ ¹     102.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
HasPolicyMedium                                     109.0 ± ∞ ¹     109.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
HasPolicyLarge                                      117.0 ± ∞ ¹     117.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
AddPolicySmall                                      152.0 ± ∞ ¹     152.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
AddPolicyMedium                                     166.0 ± ∞ ¹     166.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
AddPolicyLarge                                      428.0 ± ∞ ¹     426.0 ± ∞ ¹       ~ (p=1.000 n=1) ³        -0.47% ➡️
RemovePolicySmall                                   166.0 ± ∞ ¹     166.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
RemovePolicyMedium                                  173.0 ± ∞ ¹     173.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
RemovePolicyLarge                                   181.0 ± ∞ ¹     181.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
Raw                                                 0.000 ± ∞ ¹     0.000 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
BasicModel                                        1.473Ki ± ∞ ¹   1.478Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.34% ➡️
RBACModel                                         2.025Ki ± ∞ ¹   2.033Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.40% ➡️
RBACModelSizes/small                              19.73Ki ± ∞ ¹   19.63Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        -0.51% ➡️
RBACModelSizes/medium                             187.3Ki ± ∞ ¹   187.3Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.00% ➡️
RBACModelSizes/large                              1.811Mi ± ∞ ¹   1.813Mi ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.11% ➡️
RBACModelSmall                                    19.71Ki ± ∞ ¹   19.81Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.51% ➡️
RBACModelMedium                                   189.7Ki ± ∞ ¹   189.9Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.11% ➡️
RBACModelLarge                                    1.840Mi ± ∞ ¹   1.841Mi ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.05% ➡️
RBACModelWithResourceRoles                        1.820Ki ± ∞ ¹   1.827Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.38% ➡️
RBACModelWithDomains                              1.794Ki ± ∞ ¹   1.802Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.45% ➡️
ABACModel                                         1.489Ki ± ∞ ¹   1.495Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.40% ➡️
ABACRuleModel                                     1.174Mi ± ∞ ¹   1.177Mi ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.26% ➡️
KeyMatchModel                                     2.980Ki ± ∞ ¹   2.995Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.50% ➡️
RBACModelWithDeny                                 2.430Ki ± ∞ ¹   2.438Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.33% ➡️
PriorityModel                                     1.733Ki ± ∞ ¹   1.739Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.35% ➡️
RBACModelWithDomainPatternLarge                   8.676Ki ± ∞ ¹   8.691Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.17% ➡️
RoleManagerSmall                                    800.0 ± ∞ ¹     800.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
RoleManagerMedium                                 13.63Ki ± ∞ ¹   13.63Ki ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
RoleManagerLarge                                  224.6Ki ± ∞ ¹   224.6Ki ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.00% ➡️
BuildRoleLinksWithPatternLarge                    60.66Mi ± ∞ ¹   60.70Mi ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.07% ➡️
BuildRoleLinksWithDomainPatternLarge              3.936Mi ± ∞ ¹   3.941Mi ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.13% ➡️
BuildRoleLinksWithPatternAndDomainPatternLarge    62.23Mi ± ∞ ¹   62.33Mi ± ∞ ¹       ~ (p=1.000 n=1) ³        +0.16% ➡️
HasLinkWithPatternLarge                             112.0 ± ∞ ¹     112.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
HasLinkWithDomainPatternLarge                       16.00 ± ∞ ¹     16.00 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
HasLinkWithPatternAndDomainPatternLarge             112.0 ± ∞ ¹     112.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
ConcurrentHasLinkWithMatching                       736.0 ± ∞ ¹     736.0 ± ∞ ¹       ~ (p=1.000 n=1) ²        +0.00% ➡️
geomean                                                         ⁴                                              +0.08% ➡️               ⁴
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ need >= 4 samples to detect a difference at alpha level 0.05
⁴ summaries must be >0 to compute geomean

                                                 │ base-bench.txt │             pr-bench.txt             │
                                                 │   allocs/op    │  allocs/op    vs base                      Diff          │
CachedRaw                                           0.000 ± ∞ ¹    0.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedBasicModel                                    4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModel                                     4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModelSmall                                4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModelMedium                               4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModelLarge                                3.000 ± ∞ ¹    3.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModelWithResourceRoles                    4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModelWithDomains                          4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedABACModel                                     18.00 ± ∞ ¹    18.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedKeyMatchModel                                 4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModelWithDeny                             4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedPriorityModel                                 4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedWithEnforceContext                            4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
CachedRBACModelMediumParallel                       4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
HasPolicySmall                                      4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
HasPolicyMedium                                     4.000 ± ∞ ¹    4.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
HasPolicyLarge                                      5.000 ± ∞ ¹    5.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
AddPolicySmall                                      6.000 ± ∞ ¹    6.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
AddPolicyMedium                                     7.000 ± ∞ ¹    7.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
AddPolicyLarge                                      9.000 ± ∞ ¹    9.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RemovePolicySmall                                   7.000 ± ∞ ¹    7.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RemovePolicyMedium                                  7.000 ± ∞ ¹    7.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RemovePolicyLarge                                   8.000 ± ∞ ¹    8.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
Raw                                                 0.000 ± ∞ ¹    0.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
BasicModel                                          18.00 ± ∞ ¹    18.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModel                                           36.00 ± ∞ ¹    36.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModelSizes/small                                481.0 ± ∞ ¹    481.0 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModelSizes/medium                              4.830k ± ∞ ¹   4.829k ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.02% ➡️
RBACModelSizes/large                               48.16k ± ∞ ¹   48.20k ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.08% ➡️
RBACModelSmall                                      616.0 ± ∞ ¹    616.0 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModelMedium                                    6.016k ± ∞ ¹   6.016k ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModelLarge                                     60.08k ± ∞ ¹   60.07k ± ∞ ¹       ~ (p=1.000 n=1) ³         -0.02% ➡️
RBACModelWithResourceRoles                          28.00 ± ∞ ¹    28.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModelWithDomains                                26.00 ± ∞ ¹    26.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
ABACModel                                           17.00 ± ∞ ¹    17.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
ABACRuleModel                                      34.08k ± ∞ ¹   34.08k ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
KeyMatchModel                                       38.00 ± ∞ ¹    38.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModelWithDeny                                   50.00 ± ∞ ¹    50.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
PriorityModel                                       23.00 ± ∞ ¹    23.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RBACModelWithDomainPatternLarge                     73.00 ± ∞ ¹    73.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RoleManagerSmall                                    100.0 ± ∞ ¹    100.0 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RoleManagerMedium                                  1.744k ± ∞ ¹   1.744k ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
RoleManagerLarge                                   19.74k ± ∞ ¹   19.74k ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
BuildRoleLinksWithPatternLarge                     3.560M ± ∞ ¹   3.560M ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.00% ➡️
BuildRoleLinksWithDomainPatternLarge               120.2k ± ∞ ¹   120.2k ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
BuildRoleLinksWithPatternAndDomainPatternLarge     3.637M ± ∞ ¹   3.637M ± ∞ ¹       ~ (p=1.000 n=1) ³         +0.00% ➡️
HasLinkWithPatternLarge                             9.000 ± ∞ ¹    9.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
HasLinkWithDomainPatternLarge                       1.000 ± ∞ ¹    1.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
HasLinkWithPatternAndDomainPatternLarge             9.000 ± ∞ ¹    9.000 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
ConcurrentHasLinkWithMatching                       11.00 ± ∞ ¹    11.00 ± ∞ ¹       ~ (p=1.000 n=1) ²         +0.00% ➡️
geomean                                                         ⁴                                              +0.00% ➡️               ⁴
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal
³ need >= 4 samples to detect a difference at alpha level 0.05
⁴ summaries must be >0 to compute geomean

🤖 This comment will be automatically updated with the latest benchmark results.

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.

2 participants