-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Create comprehensive benchmarks #1285
Labels
Comments
Remaining work: a benchmark that sends messages in an unconstrained fashion (as opposed to ping-pong) |
5 tasks
#1952 Solves all of this except for options to control network conditions. |
Actually, we have the network parameters in there already. But we're still missing unconstrained-streaming-RPC benchmarks. |
This is now implemented in the benchmarks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From #1043: Add a collection of benchmarks to measure our performance for different types of workloads under various network conditions (high and low bandwidth and latency). Performance metrics will include throughput, QPS, and tail latency (as well as localized metrics like allocations, syscalls, and CPU usage).
The text was updated successfully, but these errors were encountered: