a very common scenario which we all face.
- I have a Master and 2 slaves.
- A CSV data set with 20 unique users.
- I want to run 10 users on each slave simultaneously.
- Should I split 20 users in to 2 files of 10 each and upload the CSV in each of the Slaves? Or
- 20 in each slaves and the thread count as 20?
I want to run for all the users but not twice.
As always has been Looking forward for thoughts?
Best.