Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 authored Nov 19, 2024
1 parent e6daa87 commit 0187067
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0187067

Please sign in to comment.