Commit Graph

4 Commits

Author SHA1 Message Date
tdadela f99e9df700 sort imports 2024-01-17 00:07:29 +01:00
Aleh Strakachuk d12623d865 Fix black style format 2022-12-11 17:14:43 +02:00
Aleh Strakachuk 3ce774b150 Grpc example - rewrite using interceptor 2022-12-10 00:18:43 +02:00
MIC3LHN 9b30cc4d26 Add gRPC load test example
Due to two main reason: (1) grpcio needs to be "patched" to use `gevent`
and (2) the existing patch has a bug (see
(grpc#15880)[https://github.com/grpc/grpc/issues/15880]) implementing
gRPC load tests using Locust is not immediately obvious.

This example showcases how to implement a simple load test against
a gPRC server making sure that the requests are asynchronous.
2021-05-05 08:01:19 +00:00