Skip to content
Snippets Groups Projects
Commit abd5aa40 authored by Vijay Pai's avatar Vijay Pai
Browse files

Introduce thread stress test using async client. The server is still sync

for now. This will increase our coverage of concurrent execution cases in C++
since we don't currently have any coverage for multithreaded async execution using
a common completion queue.

In this test, 100 client threads initiate 1000 RPCs each, then join, and then
100 client threads come along to proces those RPC completion events as they come back.
parent 4683576e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment