Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View apiraino's full-sized avatar

apiraino

View GitHub Profile
@apiraino
apiraino / locustfile.py
Last active April 10, 2020 22:22 — forked from reallistic/locustfile.py
Websocket client for locust.io (SockJS)
# Run with
# $ locust -H ws-server:port -P 8080 -f locustfile.py
# then open the browser on localhost:8080
# requirements.txt
# locust==0.0
# locustio==0.14.5
# websocket==0.2.1
import time