/isamples_locust

Locust load tests for iSamples UI

Primary LanguagePython

isamples_locust

Locust load tests for iSamples UI

Run the tests

  • poetry shell
  • locust --headless --users 1 --spawn-rate 1 -H https://hyde.cyverse.org (change the host for comparisons -- e.g. https://iscaws.isample.xyz)
  • locust -f postgres_thing_load_test.py --headless --users 1 --spawn-rate 1 -H https://hyde.cyverse.org (use a different file)