Reputation: 101
I just tried implementing the below strategy to feed values from a CSV feeder in Gatling.
Both seem to work fine. When do we use ".batch.circular" instead of ".circular" as the feeding strategy in Gatling.
Thanks for the help.
Upvotes: 1
Views: 545
Reputation: 6623
Please read the documentation about the differences between default adaptive, eager
and batch
feeder loading modes.
Upvotes: 1