Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 829 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 829 Bytes

Nymspace Stess Testing

Stress test for berkmancenter/threads_client and berkmancenter/threads_server

Getting started

Install k6

https://grafana.com/docs/k6/latest/set-up/install-k6/

Mac

brew install k6

Debian/Ubuntu

sudo gpg -k
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/k6-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69
echo "deb [signed-by=/usr/share/keyrings/k6-archive-keyring.gpg] https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list
sudo apt-get update
sudo apt-get install k6

Running the test

k6 run k6.js

You can also try:

node headless-socket.js