dbarea
November 6, 2023, 6:19pm
1
Hi, I’m trying to change the lowerBound indicator. I changed it in gatling.conf from 800 to 600 but nothing happens. My reports go on showing graphs with ranges: t > 800, 800 < t < 1200 and , 1200 < t
Is maybe something else that I should do?
Thanks!
Hi @dbarea ,
How did you try? I cannot reproduce.
My steps:
Clone the gatling-maven-plugin-demo-java repository.
Uncomment gatling.charting.indicators.lowerBound
and change the value to 600
Launch mvn gatling:test
Wait the simulation execution.
Open the file (link provided by the execution)
Did you correctly uncomment (removing the sharp #
)?
Where is your gatling.conf
you modified (in src/test/resources
for maven, gradle, sbt)?
Cheers!
Have you properly removed the #
character to uncomment the line?
Note: you’re using an outdated version of Gatling, you should upgrade.
dbarea
November 6, 2023, 8:06pm
4
Sorry, sorry! You’re right, my fault. I had not remove the #.
Thanks and sorry!
system
Closed
December 6, 2023, 8:07pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.