- run
npm install
- create
.env
file and populate with the following information
PGUSER=postgres
PGHOST=localhost
PGPASSWORD=password
PGDATABASE=dbname
PGPORT=5432
- update init.sh with all command which will create a blank database for load testing
- update
config.yml
accordingly - run
node .
to seed the db - run
artillery run config.yml
to run the load test