Commit Graph

4 Commits

Author SHA1 Message Date
Lars Holmberg 64428a0b4d Apply updated formatting for ruff 0.3.0 2024-02-29 21:25:23 +01:00
tdadela f99e9df700 sort imports 2024-01-17 00:07:29 +01:00
Lars Holmberg 6ec972f4db Ran pyupgrade on the code base, removing various "Python2-isms". 2022-02-25 15:06:08 +01: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