you will need to:
- need to have golang installed. If you don’t probably some of the following steps will be much more harder for you
go get github.com/loadimpact/k6
cd $GOPATH/src/github.com/loadimpact/k6
- edit the file I’ve linked above changing
TextMessage
toBinaryMessage
in the place linked go install .
k6 run path/to/your/script.js
All of the above steps are for … non windows systems ;). Haven’t used WIndows in years as a user but I hear you now have a nice terminal and shell so they might work in the majority of cases