You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Although we have a somewhat reasonable benchmark suite, we still need to take care of proper profiling support in order to find performance bottlenecks without guesswork (thanks to @dtolnay for the input).
As a first step, it would be great to have a few guidelines in the docs on how to do a proper profiling run from a local machine (Linux and hopefully Mac).
Next, we could also think about web-services for profiling Rust code. This way, we could integrate it into our CI and get profiling results on every pull request.
This issue is very much open for discussion and all suggestions are appreciated.
Although we have a somewhat reasonable benchmark suite, we still need to take care of proper profiling support in order to find performance bottlenecks without guesswork (thanks to @dtolnay for the input).
As a first step, it would be great to have a few guidelines in the docs on how to do a proper profiling run from a local machine (Linux and hopefully Mac).
Next, we could also think about web-services for profiling Rust code. This way, we could integrate it into our CI and get profiling results on every pull request.
This issue is very much open for discussion and all suggestions are appreciated.