Skip to content

Commit 84337ff

Browse files
Version 2.1.0
Thanks to @pmouawad for the fixes and feedback. * Added use of assertionArray * getElapsedTime now returns a generic date for comparison in Jenkins AND the elapsed time according to today. * Added "sentBytes" metric * ResponseTime uses the getTime() method * Added timeout to avoid hanging requests * Corrected formatting of dates * Added logging in case of failures
1 parent 8d75e50 commit 84337ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.delirius</groupId>
55
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
6-
<version>2.1.0-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
<packaging>jar</packaging>
88
<name>jmeter.backendlistener.elasticsearch</name>
99
<url>http://maven.apache.org</url>

0 commit comments

Comments
 (0)