artillery

Cloud-native performance and reliability testing for developers

brewmacoslinux
Try with needOr install directly
Source

About

Cloud-native performance & reliability testing for developers and SREs

Commands

artillery

Examples

Run a quick load test against an API endpoint$ artillery quick --count 100 --num 10 https://api.example.com
Execute a test scenario from a YAML config file$ artillery run load-test.yml
Run tests and generate an HTML report$ artillery run load-test.yml --output results.json && artillery report results.json