New multithreaded async C++ tests. The server is architected the way
that it should be with multiple threads waiting on a single completion queue. The client currently uses a separate completion queue per-thread, as trying to do a single unified queue was leading to crashes for me. I need to figure that out.
test/cpp/qps/client_async.cc
0 → 100644
test/cpp/qps/server_async.cc
0 → 100644
Please register or sign in to comment