-
-
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.
- Loading branch information
Cheng JIANG
committed
May 11, 2020
1 parent
598a9bd
commit 9932d26
Showing
3 changed files
with
4 additions
and
12 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.5" | ||
version = "0.7.6" | ||
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
9932d26
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
6143
ns/iter (± 983
)6421
ns/iter (± 1363
)0.96
b_benchmark_basic_model
5965
ns/iter (± 1255
)6693
ns/iter (± 1448
)0.89
b_benchmark_key_match
20185
ns/iter (± 4410
)24267
ns/iter (± 4058
)0.83
b_benchmark_priority_model
8437
ns/iter (± 1596
)7745
ns/iter (± 1304
)1.09
b_benchmark_raw
7
ns/iter (± 2
)7
ns/iter (± 1
)1
b_benchmark_rbac_model
21118
ns/iter (± 5128
)19798
ns/iter (± 3247
)1.07
b_benchmark_rbac_model_large
64145865
ns/iter (± 12196460
)56061649
ns/iter (± 6381520
)1.14
b_benchmark_rbac_model_medium
6331317
ns/iter (± 815518
)5440739
ns/iter (± 911091
)1.16
b_benchmark_rbac_model_small
601976
ns/iter (± 58379
)546371
ns/iter (± 76074
)1.10
b_benchmark_rbac_model_with_domains
12762
ns/iter (± 2115
)11058
ns/iter (± 1914
)1.15
b_benchmark_rbac_with_deny
35346
ns/iter (± 5259
)32953
ns/iter (± 5589
)1.07
b_benchmark_rbac_with_resource_roles
9205
ns/iter (± 1085
)8678
ns/iter (± 1428
)1.06
This comment was automatically generated by workflow using github-action-benchmark.