scripts/

directory
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2015 License: MIT

README

Benchmark script

Subscribe clients on channel test and then publish message into this channel. Measure time until all messages received by subscribed clients.

To run benchmark.go allow publish into channel and execute:

{
  "secret": "secret",
  "publish": true
}

run with 4000 max clients incrementing client amount by 1000 and repeat measuremrents 50 times:

go run benchmark.go ws://localhost:8000/connection/websocket secret 4000 1000 50

Connections script

Create N subscribed (on channel test) clients and keep them connected until interrupted.

run with 4000 connected subscribed clients:

go run connections.go ws://localhost:8000/connection/websocket secret 4000

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL