Skip to content

cpp mt benchmark should be modified #490

@FAKERINHEART

Description

@FAKERINHEART

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions