Skip to content

Commit

Permalink
Update messaging_benchmarks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjev authored May 6, 2024
1 parent 98db58c commit 99ef3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/blog/posts/messaging_benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 99ef3b6

Please sign in to comment.