From 99ef3b69a6fecd7a672fa3615b8ada30a365f3de Mon Sep 17 00:00:00 2001 From: Jev Kuznetsov Date: Mon, 6 May 2024 14:19:24 +0200 Subject: [PATCH] Update messaging_benchmarks.md --- docs/blog/posts/messaging_benchmarks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/blog/posts/messaging_benchmarks.md b/docs/blog/posts/messaging_benchmarks.md index 32bf0b2..25f9be8 100644 --- a/docs/blog/posts/messaging_benchmarks.md +++ b/docs/blog/posts/messaging_benchmarks.md @@ -59,6 +59,7 @@ The benchmark involves various scenarios with nodes named `Alice` and `Bob` comm - **MQTT Benchmark**: Separate containers using `paho.mqtt` with a Mosquitto broker, over an isolated Docker network. - **Async Benchmark**: Same container, nodes communicate via `asyncio.Queue`. - **Websocket Benchmark**: Separate containers, nodes communicate using `websockets`. +- **RPC Benchmark**: `grpc` remote call. Note that this is different from other methods as it uses request/reply instead of pub/sub ### Benchmark Methodology: