Results 15 comments of Gerard Mista

I want to add something from my side: I think that `randomDouble` will be beter but how to handle a precision if someone want to have 3.14 (not 3.1415...) -...

I'm not sure how formatting of code should look like because Samples are formated in 3 diffrent styles - So I left it as it was.

The IDE (IntelliJ IDEA) recommends to use Objects.requireNonNull in this place and that can be best and simpler solution it this should be simple as possible.

Yes you are right but IDE and Qodana don't show information about potential NPE so "potentialy this can fixed it" ;)

The same for token with "lacks required privileges": ![image](https://user-images.githubusercontent.com/30750006/182476086-f545bd5a-007c-4526-98be-016dd718127b.png) I think that checking of "lacks required privileges" should be done at the beginning of process in the same time when...

> replace "Gatling Community" with "Gatling Community Forum" Yes of course. Changes applied.

> Note: can already be done with maven: > > ``` > mvn gatling:test -Dgatling.reportsOnly=folderName > ``` > > and with the `Engine` helper. Checked both... Works great :)

> Manager: We have a client who wants to upload 1000 documents to our system. We have 2 app-workers which are processing this operation. Question: How long it takes? I...

@Amerousful I'm looking for other solution for your case, so I try figure out if this will help you, but looking at https://github.com/gatling/gatling/issues/4463 this can be problematic :/