Sharing Users Between Workers Without Duplicates #1167
vakil-neelin
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to load test web sockets using Artillery Pro and wanted to know if there was a way to split the users I pull in from the CSV between the different workers without duplicates.
At first I thought this was being done and the workers would just make scenarios with provided information, but found out they are all running the same set up.
If there is a way to either get the payload to be distributed between the workers or a way to share a counter, as I have custom code written to read in the CSV and distribute the users, that would be great.
Any thoughts or inputs are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions