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

Benchmarking server #2138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

arjan-bal
Copy link
Contributor

Motivation

This PR contains the worker and server implementations for the gRPC benchmarking framework. To limit the PR size, the client implementation will come in a follow-up PR. The driver code resides in the grpc/grpc repository along with instructions to run the benchmarks. The benchmarks continuously monitor gRPC performance to provide performance tracking though the performance dashboard. This would help include tonic in the performance dashboard for comparison with other gRPC implementations.

Solution

Implement the benchmark framework code. Only functionality necessary for the test scenarios required for the dashboard is implemented, e.g. non-proto codecs and poisson load distribution are not implemented.

@arjan-bal
Copy link
Contributor Author

cc @LucioFranco @dfawley

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.

1 participant