-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
perf: profile TransactionsManager::poll hash fetching #12975
Conversation
Test case added for debugging purposes, I will delete it later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, I like this a lot.
testing this one specific code path is a bit challenging, I'll also try this out.
featurewise, I consider this PR completed once it compiles, because the next part is now just debugging work.
Just bumping this up for visibility, should this be merged or should I provide more data on this? cc @mattsse |
nope this is good, was just holding off in case we introduced some conflicts with some recent changes, looks like we're good, ty |
d48d6e7
to
50d4559
Compare
Issue: #12842
This PR attempts to profile TransactionsManager::poll hash fetching.