You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to do load test on our live streaming feature which is backed by IRIS. I tried with Jmeter but didn't succeed. Is there any way i can do this with Locust. Hope it work
The text was updated successfully, but these errors were encountered:
Locust is currently tailored to testing systems that uses a Request <-> Response approach, which might not fit well with streaming things. If you can somehow get it to fit into that model, it's possible to write custom clients for Locust. See: http://docs.locust.io/en/latest/testing-other-systems.html
We are trying to do load test on our live streaming feature which is backed by IRIS. I tried with Jmeter but didn't succeed. Is there any way i can do this with Locust. Hope it work
The text was updated successfully, but these errors were encountered: