Locust load tests for iSamples UI
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)