Closed 0xethsign closed 3 years ago
Merging #248 (6f3992f) into master (1be8610) will decrease coverage by
0.26%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #248 +/- ##
==========================================
- Coverage 80.25% 79.99% -0.27%
==========================================
Files 22 22
Lines 3429 3429
==========================================
- Hits 2752 2743 -9
- Misses 677 686 +9
Impacted Files | Coverage Δ | |
---|---|---|
src/enforcer.rs | 85.54% <100.00%> (-0.40%) |
:arrow_down: |
src/effector.rs | 74.54% <0.00%> (-3.64%) |
:arrow_down: |
src/model/default_model.rs | 92.58% <0.00%> (-0.90%) |
:arrow_down: |
src/config.rs | 86.33% <0.00%> (-0.63%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1be8610...6f3992f. Read the comment docs.
@hackerchai
@smrpn please start your pr from the latest commit of casbin-rs
The sole purpose of this PR is to delete the previous benchmark. The reason is - On every pull request, the github actions for criterion compares the benchmark of the master branch and the pull request commits. https://github.com/boa-dev/criterion-compare-action/tree/move_to_actions runs cargo commands that don't run on the rust nightly toolchains. On the other hand, the existing benchmark library runs on the nightly toolchain. Thus the CI fails when comparing the both - https://github.com/casbin/casbin-rs/pull/242/checks?check_run_id=2285035133.
It is required to delete the existing benchmark dependency before migrating to criterion.rs - https://github.com/casbin/casbin-rs/pull/242.