urgent issue: please help remove compare numbers from report

18 views
Skip to first unread message

Wang, Ping(AWF)

unread,
Sep 6, 2017, 3:43:15 AM9/6/17
to maven-jmeter...@googlegroups.com

Hi,

I am using Maven JMeter Plugin to run performance test, it works well, but the report always displays compare results like this small numbers:

How can I remove them?

 

This is my configuration:

 

This is my pom:

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <groupId>com.example</groupId>

    <artifactId>jmeter-demo</artifactId>

    <packaging>jar</packaging>

    <version>1.0-SNAPSHOT</version>

    <name>jmeter-demo</name>

    <url>http://maven.apache.org</url>

 

    <build>

         <plugins>

             <plugin>

                  <groupId>com.lazerycode.jmeter</groupId>

                  <artifactId>jmeter-maven-plugin</artifactId>

                  <version>1.4.1</version>

                  <executions>

                      <execution>

                          <id>jmeter-tests</id>

                          <phase>verify</phase>

                          <goals>

                               <goal>jmeter</goal>

                          </goals>

                      </execution>

                  </executions>

                  <configuration>

                      <propertiesGlobal>

                          <Users>${Users}</Users>

                          <Duration>${Duration}</Duration>

                          <CurrentHost>${CurrentHost}</CurrentHost>

                          <BaseHost>${BaseHost}</BaseHost>

                      </propertiesGlobal>

                      <testFilesIncluded>

                          <jMeterTestFile>${JMX_FILE}</jMeterTestFile>

                      </testFilesIncluded>

                      <testResultsTimestamp>false</testResultsTimestamp>

                  </configuration>

             </plugin>

         </plugins>

    </build>

 

    <profiles>

         <profile>

             <id>local</id>

             <properties>

                 <performancetest.webservice.host>localhost</performancetest.webservice.host>

                 <performancetest.webservice.port>8080</performancetest.webservice.port>

             </properties>

         </profile>

         <profile>

             <id>jenkins</id>

             <properties>

                 <performancetest.webservice.host>my.test.system</performancetest.webservice.host>

                 <performancetest.webservice.port>80</performancetest.webservice.port>

             </properties>

         </profile>

 

    </profiles>

</project>

 

 

 

Thank you very much!

ping

 

kusumapr...@gmail.com

unread,
Apr 9, 2018, 7:55:12 PM4/9/18
to Maven JMeter Plugin Devs
On Wednesday, September 6, 2017 at 12:43:15 AM UTC-7, Wang, Ping(AWF) wrote:
> Hi,
>
>
> I am using Maven JMeter Plugin to run performance test, it works well, but the report always displays compare results like this small numbers:
>
> How can I remove them?
>
>  
>
>
>
> This is my configuration:
Hi Wang

how did you added your jmeter scrits to jenkins / can you please help me

Regards,
Meena
Reply all
Reply to author
Forward
0 new messages