-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update cargo #185
Conversation
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.
philips-isyntax-rs Benchmark
Benchmark suite | Current: 2ce2e3a | Previous: b698582 | Ratio |
---|---|---|---|
philips_i2syntax_read_region_256_lvl_0 |
1357077 ns/iter (± 103606 ) |
1339087 ns/iter (± 77511 ) |
1.01 |
philips_i2syntax_read_region_256_lvl_1 |
1154089 ns/iter (± 46255 ) |
1142648 ns/iter (± 123250 ) |
1.01 |
philips_i2syntax_read_region_512_lvl_0 |
1550357 ns/iter (± 65923 ) |
1528192 ns/iter (± 51847 ) |
1.01 |
philips_i2syntax_read_region_512_lvl_1 |
7296141 ns/iter (± 247461 ) |
7333672 ns/iter (± 216210 ) |
0.99 |
philips_read_region_256_lvl_0 |
494157 ns/iter (± 34557 ) |
502665 ns/iter (± 38747 ) |
0.98 |
philips_read_region_256_lvl_1 |
1234719 ns/iter (± 84988 ) |
1241595 ns/iter (± 57314 ) |
0.99 |
philips_read_region_512_lvl_0 |
3538461 ns/iter (± 145825 ) |
3550088 ns/iter (± 326439 ) |
1.00 |
philips_read_region_512_lvl_1 |
2744475 ns/iter (± 67068 ) |
2746950 ns/iter (± 115212 ) |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'philips-isyntax-rs Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: 5ad3521 | Previous: b698582 | Ratio |
---|---|---|---|
philips_read_region_512_lvl_1 |
3315491 ns/iter (± 144370 ) |
2746950 ns/iter (± 115212 ) |
1.21 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @AzHicham
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #185 +/- ##
===========================================
- Coverage 91.08% 89.80% -1.29%
===========================================
Files 6 6
Lines 561 500 -61
===========================================
- Hits 511 449 -62
- Misses 50 51 +1 ☔ View full report in Codecov by Sentry. |
5ad3521
to
c128025
Compare
c128025
to
2ce2e3a
Compare
This PR contains the following updates:
1.0.133
->1.0.135
1.0.133
->1.0.135
5.0.0
->5.1.0
2.0.3
->2.0.8
Release Notes
dtolnay/cxx (cxx)
v1.0.135
Compare Source
cxx::CxxString
is used in a#[cxx::bridge]
(#1414, thanks @anforowicz)unused_unsafe
warnings within the generated code (#1415, thanks @anforowicz)v1.0.134
Compare Source
cykooz/fast_image_resize (fast_image_resize)
v5.1.0
Compare Source
Changed
SSE4.1
implementation for verticalconvolution pass for pixel types based on
u8
components.Fixed
is_aarch64_feature_detected()
is used now inthe
CpuExtensions::is_supported()
method foraarch64
architecture.dtolnay/thiserror (thiserror)
v2.0.8
Compare Source
derive(Error)
call sites (#399)v2.0.7
Compare Source
v2.0.6
Compare Source
v2.0.5
Compare Source
v2.0.4
Compare Source
From
impls (#391, thanks @matt-phylum)Configuration
📅 Schedule: Branch creation - "after 8am and before 9am on monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.