Skip to content

JosselinSomervilleRoberts/Deliberation-load-test

Repository files navigation

How to Run

  1. Setup config.ini (following config-example.ini)
  2. Setup params.json (following params-example.json)
  3. To create the instances and generate scripts to run on the instances, run:
sh start.sh
  1. Run all scripts on the instances by doing:
for script in test*.sh; do
    nohup sh "$script" > "logs_$script.log" &
done
  1. When you are done, delete the instances by running:
sh end.sh

About

Load testing repo for the Stanford Deliberation platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published