- run
npm install - create
.envfile 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.ymlaccordingly - run
node .to seed the db - run
artillery run config.ymlto run the load test