Skip to content

don1998/LocustStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locust Starter

A starter project for a simple load-testing python framework built using locust.io.

Links

Getting Started

Requirements

  1. Docker Engine

Usage

  1. Getting the image:

docker pull dscotland98/locust_starter:latest

  1. Executing the image:

docker run -e TARGET_URL=jsonplaceholder.typicode.com -e LOCUSTFILE_PATH=/locustfiles/api_load_test.py -p 8089:8089 locust_starter

  1. Navigate to http://localhost:8089/ and begin the test:

About

A simple python starter framework built using locust.io and containerized user Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published