Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qneyrat/centrifugo-benchmark
benchmark for centrifugo
https://github.com/qneyrat/centrifugo-benchmark
Last synced: 12 days ago
JSON representation
benchmark for centrifugo
- Host: GitHub
- URL: https://github.com/qneyrat/centrifugo-benchmark
- Owner: qneyrat
- Created: 2017-01-12T08:19:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T08:28:10.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T17:42:21.867Z (6 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Centrifugo Benchmark
Benchmark for centrifugo
## Config benchmark
Fix credentials and ws url.
```
secret := "admin"
wsURL := "ws://ws.bagoo.io/connection/websocket"
```Edit nbClient and nbMessage.
```
const nbClient = 1000
const nbMessage = 100
```Edit speed.
```
time.Sleep(70 * time.Millisecond)
```