From 01870674bdc3e601daa4d2437fdd10b93079971d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Tue, 19 Nov 2024 16:43:36 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3e3fdb300..c61556d76 100644 --- a/README.md +++ b/README.md @@ -140,14 +140,14 @@ Here's the short version for message size of 16 bytes. | Pub/Sub | Publish (messages / s) | Subscribe (messages / s) | |---------------------------------|------------------------|--------------------------| -| GoChannel | 331,882 | 118,943 | -| Redis Streams | 61,642 | 11,213 | -| NATS Jetstream (16 Subscribers) | 49,255 | 33,009 | -| Kafka (one node) | 44,090 | 108,285 | -| SQL (MySQL) | 5,599 | 167 | -| SQL (PostgreSQL, batch size=1) | 3,834 | 455 | -| Google Cloud Pub/Sub | 3,689 | 30,229 | -| AMQP | 2,702 | 13,192 | +| GoChannel | 315,776 | 138,743 | +| Redis Streams | 59,158 | 12,134 | +| NATS Jetstream (16 Subscribers) | 50,668 | 34,713 | +| Kafka (one node) | 41,492 | 101,669 | +| SQL (MySQL, batch size=100) | 6,371 | 2,794 | +| SQL (PostgreSQL, batch size=1) | 2,831 | 9,460 | +| Google Cloud Pub/Sub | 3,027 | 28,589 | +| AMQP (RabbitMQ) | 2,770 | 14,604 | ## Support