-
-
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.
remove explain relevant code when feature has been disabled (#164)
- Loading branch information
Showing
6 changed files
with
43 additions
and
19 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
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
c8c5d83
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
6851
ns/iter (± 1967
)6658
ns/iter (± 809
)1.03
b_benchmark_basic_model
6987
ns/iter (± 1829
)6918
ns/iter (± 1033
)1.01
b_benchmark_cached_abac_model
414
ns/iter (± 109
)396
ns/iter (± 48
)1.05
b_benchmark_cached_key_match
402
ns/iter (± 105
)395
ns/iter (± 63
)1.02
b_benchmark_cached_priority_model
364
ns/iter (± 91
)408
ns/iter (± 43
)0.89
b_benchmark_cached_rbac_model
412
ns/iter (± 62
)415
ns/iter (± 50
)0.99
b_benchmark_cached_rbac_model_large
436
ns/iter (± 79
)407
ns/iter (± 37
)1.07
b_benchmark_cached_rbac_model_medium
374
ns/iter (± 100
)417
ns/iter (± 44
)0.90
b_benchmark_cached_rbac_model_small
366
ns/iter (± 109
)403
ns/iter (± 64
)0.91
b_benchmark_cached_rbac_model_with_domains
412
ns/iter (± 93
)450
ns/iter (± 64
)0.92
b_benchmark_cached_rbac_with_deny
362
ns/iter (± 73
)399
ns/iter (± 49
)0.91
b_benchmark_cached_rbac_with_resource_roles
389
ns/iter (± 143
)392
ns/iter (± 55
)0.99
b_benchmark_key_match
25115
ns/iter (± 4788
)23351
ns/iter (± 3791
)1.08
b_benchmark_priority_model
8237
ns/iter (± 1466
)7736
ns/iter (± 1140
)1.06
b_benchmark_raw
8
ns/iter (± 1
)8
ns/iter (± 0
)1
b_benchmark_rbac_model
10853
ns/iter (± 2477
)11283
ns/iter (± 1310
)0.96
b_benchmark_rbac_model_large
15445730
ns/iter (± 3467288
)17528654
ns/iter (± 3379591
)0.88
b_benchmark_rbac_model_medium
1464631
ns/iter (± 333890
)1669121
ns/iter (± 104148
)0.88
b_benchmark_rbac_model_small
156647
ns/iter (± 37495
)172752
ns/iter (± 7197
)0.91
b_benchmark_rbac_model_with_domains
11477
ns/iter (± 3410
)11267
ns/iter (± 616
)1.02
b_benchmark_rbac_with_deny
18943
ns/iter (± 1515
)17144
ns/iter (± 763
)1.10
b_benchmark_rbac_with_resource_roles
8111
ns/iter (± 1403
)7993
ns/iter (± 951
)1.01
b_benmark_cached_basic_model
405
ns/iter (± 91
)419
ns/iter (± 43
)0.97
This comment was automatically generated by workflow using github-action-benchmark.