Skip to content

Commit

Permalink
Adding perf report evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Asanka Vithanage committed Oct 25, 2019
1 parent 79c505a commit 4177714
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
<packaging>pom</packaging>
<name>jmeterPerfTest</name>
<url>http://maven.apache.org</url>
<properties>
<perf.testplan>*</perf.testplan>
<xms.setting>4096</xms.setting>
<xmx.setting>4096</xmx.setting>
</properties>
<dependencies>
</dependencies>
<build>
Expand Down Expand Up @@ -48,8 +43,8 @@
</dependencies>
<configuration>
<jMeterProcessJVMSettings>
<xms>4096</xms>
<xmx>4096</xmx>
<xms>${xms.setting}</xms>
<xmx>${xmx.setting}</xmx>
<arguments>
<argument>-Xprof</argument>
<argument>-Xfuture</argument>
Expand All @@ -58,10 +53,11 @@
<testFilesIncluded>
<jMeterTestFile>httpCounterDocker.jmx</jMeterTestFile>
</testFilesIncluded>
<!--remoteConfig>
<remoteConfig>
<startServersBeforeTests>true</startServersBeforeTests>
<stopServersAfterTests>true</stopServersAfterTests>
</remoteConfig-->
<serverList>172.17.0.1:1098,172.17.0.1:1099</serverList>
</remoteConfig>
<!--propertiesJMeter>
<remote_hosts>${host}</remote_hosts>
<client.rmi.localport>5060</client.rmi.localport>
Expand All @@ -77,7 +73,10 @@
<pThinktime>${pThinktime}</pThinktime>
</propertiesGlobal>
<propertiesUser>
<server.rmi.ssl.disable>true</server.rmi.ssl.disable>
<httpsampler.ignore_failed_embedded_resources>true</httpsampler.ignore_failed_embedded_resources>
</propertiesUser>

<jmeterExtensions>
<artifact>kg.apc:jmeter-plugins-extras:1.4.0</artifact>
<artifact>kg.apc:jmeter-plugins-standard:1.4.0</artifact>
Expand Down Expand Up @@ -106,4 +105,9 @@
</build>
<organization>
</organization>
<properties>
<perf.testplan>*</perf.testplan>
<xms.setting>4096</xms.setting>
<xmx.setting>4096</xmx.setting>
</properties>
</project>

0 comments on commit 4177714

Please sign in to comment.