I'm new in Gatling. I want to sent some request(or group of requests) from same user. I want it run in parallel.
Is there ways how to do this?
I already checked methods atOnceUsers
and others. Also i checked resources
(link), but i think it is a different thing
At the moment (as of Gatling 3.9.2), Gatling virtual users can only send HTTP in parallel when they are children of a parent request, thanks to resources
. This feature is used to emulate resources loaded after loading an HTML page.
If you think your use case is not covered and it would make sense for lots of other users, feel free to reach out on the Gatling Community forum and discuss there.