gatling

Gatling user injection constantUsersPerSec

百般思念 提交于 2020-07-20 14:01:09
问题 Trying to figure out some feature of Gatling. Here is the line of code: setUp(myscenario.inject(constantUsersPerSec(0.33).during(90 minutes).randomized)).maxDuration(90 minutes).protocols(httpProtocol) Is it correct to say that at the end of the 90 minutes, there will be 1782 (90 minutes * 60 seconds * 0.33 user per sec) connections executing the scenario at the same time (more or less due to the randomized method) or there will be 1782 total connections during the 90 minutes at a randomized