Cargo.toml: use same optimization with uutils/factor for bench#69
Cargo.toml: use same optimization with uutils/factor for bench#69oech3 wants to merge 1 commit intouutils:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
==========================================
+ Coverage 78.64% 85.15% +6.51%
==========================================
Files 13 15 +2
Lines 2585 3490 +905
Branches 230 246 +16
==========================================
+ Hits 2033 2972 +939
+ Misses 552 518 -34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merging this PR will improve performance by 10.97%
Performance Changes
Comparing Footnotes
|
|
|
|
I guess optimization is applied for this crate when this is used by other projects missing profile. |
|
It seems #69 (comment) is inccorrect. I'm not sure is i possible, but it might better to apply only for CodSpeed. |
|
This is a library crate, do optimization settings have any effect when used as a dependency? |
|
I'm not sure. maybe, no. So this is useful only for benchmark. |
No description provided.