improving profiles #3458
LuckyTurtleDev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have the issue with long rebuild times (not clean build). the most time is needed. the most time is needed by wasm-bindgen. so i tinker with the profile settingis a bit:
Conclusion:
I think the following setting are best i find. Activating max opt-level for all dependency speed up the rebuild process a lot. But it slows down the initial build massive. However since i need do to this only once i am fine with this trade.
However wasm-bindgen still take by far the most time. Did someone has ideas to speed up this even more?
test setup
Nothing professional. i just take my current project and switch some enum values back and forward to trigger a rebuild at the cli.
I did this a view time and report the results.
A more professional testing would be better.
My project has currently some heavy dependency like Symphonia, but itself is still very small.
Beta Was this translation helpful? Give feedback.
All reactions