- Run your application server used for testing.
- Configure pom.xml
<configuration> <runMultipleSimulations>true</runMultipleSimulations> (1) <simulationClass>org.jtalks.jcommune.performance.tests.OpenTopicPage</simulationClass> (2) </configuration> Choose one: (1) set <runMultipleSimulations> **true** if you want to run all simulations sequentially. (2) choose specific simulation to run
- Pass your server address as argument to Maven:
-Dperformance.url=http://yourserveraddress.com
otherwisehttp://performance.jtalks.org/jcommune
will be taken. - Run simulations with maven:
mvn test -pl jcommune-performance-tests -Dperformance-test.skip=false -Dperformance.url=http://yourserveraddress.com
- Result charts will be placed in "target" folder in your project root folder.
jcommune-performance-tests
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||