Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 423 Bytes

load-testing-with-artillery.io

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