Hello.
Have migrated to gatling 3.0.3 on sbt. Noticed that requests that ususally took on average 500ms to process now taking 10 seconds.
For comparison reasons setup 2 identical projects with simple POST request on 2.3.0 it takes 500 ms to send request and receive response on 3.0.3 10-11 seconds.
$ java -version
openjdk version “1.8.0_202”
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_202-b08)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.202-b08, mixed mode)
$ uname -a
Darwin Stephanes-MacBook-Pro.local 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64
Pretty decent numbers here, response time is ~20ms.