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

cpp mt benchmark should be modified #490

Open
FAKERINHEART opened this issue Nov 4, 2024 · 1 comment
Open

cpp mt benchmark should be modified #490

FAKERINHEART opened this issue Nov 4, 2024 · 1 comment

Comments

@FAKERINHEART
Copy link

FAKERINHEART commented Nov 4, 2024

Your cpp mt benchmark does not take advantage of the grpc async modes.
There is always only one CallData in one thread, which will have adverse side effects in grpc-server receiving packets.
You can pre-create more than one CallData(tag)s registered into the server.

@LesnyRumcajs
Copy link
Owner

I believe the code was taken directly from the C++ gRPC examples. Did those change? If not, should they change if you have a more optimal solution?

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

No branches or pull requests

2 participants