I run some requests in gatling and when the large number of requests are sent, the index.html would not be able to load the results. (There are more than 1000 requests sent. it is OK in case of requests around 400-500 )
request count 1142 (OK=1142 KO=0 )
How could I fix the issue? Is there any configuration that I need to change? Thanks
I am using gatling 2.2.2
You most likely have a Javascript error, maybe caused by the double quotes in your scenario name.
Still can’t do anything without you providing a sample.