-
-
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.
Fix: missing incremental feature gate
- Loading branch information
Cheng JIANG
committed
May 10, 2020
1 parent
b82b00c
commit f43bb84
Showing
3 changed files
with
4 additions
and
3 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.3" | ||
version = "0.7.4" | ||
authors = ["Joey <[email protected]>", "Cheng JIANG <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -27,7 +27,7 @@ globset = { version = "0.4.5", optional = true } | |
thiserror = "1.0.14" | ||
|
||
[features] | ||
default = ["runtime-async-std"] | ||
default = ["runtime-async-std", "incremental"] | ||
|
||
runtime-tokio = ["tokio/fs", "tokio/io-util"] | ||
runtime-async-std = ["async-std"] | ||
|
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
f43bb84
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
7296
ns/iter (± 734
)7493
ns/iter (± 866
)0.97
b_benchmark_basic_model
7619
ns/iter (± 486
)7415
ns/iter (± 899
)1.03
b_benchmark_key_match
26698
ns/iter (± 1130
)26861
ns/iter (± 3771
)0.99
b_benchmark_priority_model
9119
ns/iter (± 670
)9341
ns/iter (± 1117
)0.98
b_benchmark_raw
8
ns/iter (± 0
)8
ns/iter (± 1
)1
b_benchmark_rbac_model
22340
ns/iter (± 2439
)21547
ns/iter (± 2872
)1.04
b_benchmark_rbac_model_large
71028620
ns/iter (± 4060730
)66732802
ns/iter (± 7803896
)1.06
b_benchmark_rbac_model_medium
6731653
ns/iter (± 524153
)6448345
ns/iter (± 697954
)1.04
b_benchmark_rbac_model_small
662061
ns/iter (± 35882
)630145
ns/iter (± 62871
)1.05
b_benchmark_rbac_model_with_domains
12793
ns/iter (± 867
)12435
ns/iter (± 1477
)1.03
b_benchmark_rbac_with_deny
37453
ns/iter (± 1646
)36754
ns/iter (± 3428
)1.02
b_benchmark_rbac_with_resource_roles
10015
ns/iter (± 515
)9664
ns/iter (± 1007
)1.04
This comment was automatically generated by workflow using github-action-benchmark.