StatisticalMice / performance-tests

Web based performance tests
MIT License
0 stars 1 forks source link

Define tests, and how to start web servers and the goose attack #5

Open StatisticalMice opened 3 years ago

StatisticalMice commented 3 years ago

Current scripts and the README are no longer good enough.

The script running the Goose attack should be configured with the correct IP address of the server VM using Ansible.

StatisticalMice commented 3 years ago

The web server (Genie.jl or HTTP.jl) should be able to run in any of these configurations:

  1. No logging with a single thread
  2. No logging with threads at 'auto'
  3. Logging turned on; this is needed for investigating problems, no performance testing for this at this time.

Flask app is not to be tested until it's improved, which may or may not happen.