Skip to content

GHGHGHKO/sample-locust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sample-locust

Locustfile for API load testing.

How to install

  1. Install Python (3.8 or later)
  2. Install locust
$ pip install locust

or

$ pip install -r requirement.txt

How to run

1. In the directory containing locustfile.py, run the command

$ locust --modern-ui

--modern-ui is modern version of the Web UI.

2. Access localhost:8089

image

3. Set Number of users and Ramp up and START SWARM!

image

4. Check out the awesome load testing results!

image

About

Locustfile for API load testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages