isamplesorg / isamples_locust

Locust load tests for iSamples UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Locust load tests for iSamples UI


Languages

Language:Python 100.0%