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
## Motivation
We currently compile out trace logs, even though the overhead is minimal
(it's 2 CPU instructions
https://www.reddit.com/r/rust/comments/x9nypb/comment/inutkiv/)
## Proposal
Stop compiling it out, so we can have `trace` logs if we want for
debugging with just a restart, without having to recompile the binary.
## Test Plan
I'm benchmarking networks with this, saw no visible performance
regression
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
0 commit comments