You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I bumped Gatling Java dependency to version 3.13.4 (previously used version: 3.12.0).
All executed requests were successful. However, the KO percentage is not consistent in the HTML report: for the most requests a double value (0.00) is logged for %KO. For some requests "NaN" is logged. Please see the attached screenshot for the reference.
My assumption: In the previous version there is no comma present for a higher count of requests, example: 49224. In the current version there is a comma present, example 49,224. I think the value cannot be parsed properly when counting percentage.
I bumped Gatling Java dependency to version 3.13.4 (previously used version: 3.12.0).
All executed requests were successful. However, the KO percentage is not consistent in the HTML report: for the most requests a double value (0.00) is logged for %KO. For some requests "NaN" is logged. Please see the attached screenshot for the reference.
My assumption: In the previous version there is no comma present for a higher count of requests, example: 49224. In the current version there is a comma present, example 49,224. I think the value cannot be parsed properly when counting percentage.
Current version 3.13.4:

Version 3.12.0:

Gatling version: 3.13.4
Java version: 21.0.5
Kotlin version: 2.1.10
The text was updated successfully, but these errors were encountered: