This commit is contained in:
retoor 2025-09-27 00:34:40 +02:00
parent 035df8254b
commit 977e640006

31
README.md Normal file
View File

@ -0,0 +1,31 @@
# RPubSub
## Benchmark output
```markdown
Starting WebSocket Pub/Sub Load Test...
Simulating 1000 subscribers and 10 publishers.
Publishing at ~1000 msg/sec for 15 seconds.
--------------------------------------------------------------------------------
✅ All subscribers are connected and subscribed. Starting publishers...
Test duration finished. Shutting down clients...
================================================================================
PERFORMANCE REPORT
================================================================================
Test Duration: 15 seconds
Total Messages Sent: 13150
Total Messages Rcvd: 2017832
Message Loss: 0 (0.00%)
Actual Throughput: 134522.13 msg/sec
--------------------------------------------------------------------------------
Latency Statistics (ms):
Average: 20.5333 ms
Min: 2.4199 ms
Max: 136.8260 ms
Median (p50): 18.9064 ms
95th Percentile: 35.5563 ms
99th Percentile: 55.3625 ms
================================================================================
```