Skip to content

Latest commit

 

History

History

artillery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Artillery

Keywords: Load Testing

Links

Guides

CLI

Installation

npm install -g artillery

Usage

#
artillery run \
  -o ./report.json
  ./artillery-conf.yml

#
export HOSTNAME=''

artillery report \
  -o report-${HOSTNAME}.html \
  ./report.json