Is it possible to allocate a part of the feeder for each vuser?

Hello,

As the subject, I’d like to know if it possible to allocate the feeder by vuser. For example I have a feeder and 5 user, if it possible to divide the feeder to 5 parts then allocate to each vuser?

Thanks a lot,

Hi,

You can use our doc sample as a starting point: http://gatling.io/docs/2.1.7/session/feeder.html#non-shared-data

You then have to shard the data and store each shard in the users’ session.