-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move build role links to internal (#140)
* move build role links process to internal_api * bump version
- Loading branch information
Showing
7 changed files
with
177 additions
and
140 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "casbin" | ||
version = "0.7.4" | ||
version = "0.7.5" | ||
authors = ["Joey <[email protected]>", "Cheng JIANG <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
598a9bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
b_benchmark_abac_model
6421
ns/iter (± 1363
)7365
ns/iter (± 5415
)0.87
b_benchmark_basic_model
6693
ns/iter (± 1448
)7779
ns/iter (± 2086
)0.86
b_benchmark_key_match
24267
ns/iter (± 4058
)25842
ns/iter (± 2251
)0.94
b_benchmark_priority_model
7745
ns/iter (± 1304
)9009
ns/iter (± 964
)0.86
b_benchmark_raw
7
ns/iter (± 1
)8
ns/iter (± 2
)0.88
b_benchmark_rbac_model
19798
ns/iter (± 3247
)22233
ns/iter (± 14057
)0.89
b_benchmark_rbac_model_large
56061649
ns/iter (± 6381520
)70838101
ns/iter (± 5314903
)0.79
b_benchmark_rbac_model_medium
5440739
ns/iter (± 911091
)6651449
ns/iter (± 833509
)0.82
b_benchmark_rbac_model_small
546371
ns/iter (± 76074
)647565
ns/iter (± 62181
)0.84
b_benchmark_rbac_model_with_domains
11058
ns/iter (± 1914
)13125
ns/iter (± 2928
)0.84
b_benchmark_rbac_with_deny
32953
ns/iter (± 5589
)37197
ns/iter (± 2004
)0.89
b_benchmark_rbac_with_resource_roles
8678
ns/iter (± 1428
)10076
ns/iter (± 816
)0.86
This comment was automatically generated by workflow using github-action-benchmark.