Skip to content

nvhoanganh/load-testing-with-artillery.io

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published