Skip to content

danoctua/performance-locust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locust Performance Tests

TODO: think about adding this to the CI, using the following article: https://docs.locust.io/en/stable/running-without-web-ui.html

Useful links:

Running tests

If needed, update the .env file with variable that will be used to retrieve the token from the SSO depending on the environment you're running it on.

Then run with any of the below commands.

docker compose up [--scale worker=4]

or

make run

Note: Using --scale option you could add more workers that will be running tests.

Results

To see the statistic, go to the Locust local page (http://0.0.0.0:8089/) and run performance tests. Statistics will appear on the tabs from the top.

About

API performance testing with Locust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages