|
|
Is there any possibility to setup Gatling scenario to run in specific counts of thread? For instance, I want to execute 1M requests during 1hour in 2500 threads. And also, does each scenario (in setUp(scn.inject())) will be running in different thread? What does "thread" means in Gatling-definition - is it the same as in Java? I found a topic, but it's not exactly what I need (in case of topic-started he needed only 3 threads, but for me - counts much bigger). I have val scn = scenario("Test") .exec(mine) } setUp( scn.inject( rampUsers(1000000) over (3600) ) ).assertions(global.successfulRequests.percent.greaterThan(95)) |
--
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.