I have a k8s job that launch multiple pods with gatling load test instance written on java .
After the pods completed I want to collect gatling results and merge it into one html file.
I’m using the
io.gatling.highcharts:gatling-charts-highcharts:3.12.0
dependencyio.gatling:gatling-maven-plugin:4.9.6
I found info about some gatling.sh script that was allows to merge reports but now no any data about the file in the official gatling docs.
No any info about how to combine reports in the official gatling documentation.
What can I do to combine results using my environment?
1