Stress test for server #91
DesignrKnight
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We used locust for load testing the server. This is the sample file for later use after full development.
Since locust does not support GraphQL natively, The make-shift way out was to get the equivalent POST query for it from browser console network tab and use the same.
Code
Beta Was this translation helpful? Give feedback.
All reactions