Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 276 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 276 Bytes

Python Load & Stress Tests

Build

docker build -t load-tester .

Run

docker run -it \
-e METHOD=<method> \
-e URL=<url> \
-e AUTH_HEADER=<auth_header> \
-e DATA=<data> \
-e NUM_USERS=<num_users> \
-e NUM_REQUESTS=<num_requests> \
load-tester