Skip to content

chzbrgr71/load-test-artillery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

load-test-artillery

Build container image

docker build -t chzbrgr71/loadtest:v3.1 .
docker push chzbrgr71/loadtest:v3.1

Run test

artillery quick -d -1 -r 2 http://52.154.63.0:3012/latest

docker run -d --name load-test1 -e "LOAD_DURATION=-1" -e "LOAD_RATE=2" -e "URL=http://52.154.63.0:3012/latest" chzbrgr71/loadtest:v3.1

Kubernetes

Set the environment variables in the yaml file.

kubectl apply -f k8s-deploy.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published