…
|
||
---|---|---|
.. | ||
src/test/jmeter | ||
README.md | ||
pom.xml |
README.md
Azure Container Apps Java Runtimes Workshop :: JMeter Scripts
Load Testing with JMeter
JMeter is used to do load testing. Thanks to the JMeter Maven plugin, you can execute the following commands:
mvn jmeter:configure jmeter:gui -DguiTestFile=src/test/jmeter/load.jmx
: Executes the GUI so you can visualize thesrc/test/jmeter/load.jmx
filemvn clean verify
: runs the load test
NOTE: You need to make sure your services are up and running.
The src/test/jmeter/load.jmx
script executes some load tests on the 3 services by invoking the different REST endpoints.