Skip to content
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

[Network] Use string concatenation in rpc tracer ID #5642

Merged

Conversation

peterargue
Copy link
Contributor

Backports: #5641

Switch to using string concatenation instead of fmt.Sprintf when generating rpc tracer IDs. the latter is 9x slower, so this will make a noticeable difference for this high volume action.

@peterargue peterargue requested a review from kc1116 April 8, 2024 21:01
@peterargue peterargue merged commit 874cd23 into v0.33 Apr 9, 2024
50 of 51 checks passed
@peterargue peterargue deleted the petera/5640-update-string-concat-rpc-tracer-v0.33 branch April 9, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants