Keywords: Load Testing
npm install -g artillery
#
artillery run \
-o ./report.json
./artillery-conf.yml
#
export HOSTNAME=''
artillery report \
-o report-${HOSTNAME}.html \
./report.json
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Keywords: Load Testing
npm install -g artillery
#
artillery run \
-o ./report.json
./artillery-conf.yml
#
export HOSTNAME=''
artillery report \
-o report-${HOSTNAME}.html \
./report.json