Skip to content

Commit 3eb2bf8

Browse files
Cleared up comment
Cleared up comment concerning the hard-coded date for Jenkins.
1 parent d1f02ed commit 3eb2bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch/ElasticsearchBackend.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ public Map<String, Object> getElasticData(SampleResult sr, BackendListenerContex
245245
jsonObject.put("AssertionResults", assertionArray);
246246
}
247247

248-
// If built from Jenkins, add the hard-c oded version to be able to compare response time
249-
// of two builds over the elapsed time
248+
// If built from Jenkins, add an hard-coded date serving as elapsed time for comparison
249+
// This way you can superimpose the two tests and observe the difference in response time
250250
if(this.buildNumber != 0) {
251251
Date elapsedTimeComparison = getElapsedTime(true);
252252
if(elapsedTimeComparison != null)

0 commit comments

Comments
 (0)