This is an automated email from the ASF dual-hosted git repository.
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 9f3cc5f Fix documentation: sampleresult.timestamp.start is false by
default
9f3cc5f is described below
commit 9f3cc5f15c495f3867f2c1f68ce85ebd87b40b57
Author: pmouawad <[email protected]>
AuthorDate: Sat Jun 6 22:06:55 2020 +0200
Fix documentation: sampleresult.timestamp.start is false by default
---
xdocs/usermanual/properties_reference.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xdocs/usermanual/properties_reference.xml
b/xdocs/usermanual/properties_reference.xml
index d830737..2674bbb 100644
--- a/xdocs/usermanual/properties_reference.xml
+++ b/xdocs/usermanual/properties_reference.xml
@@ -727,7 +727,7 @@ JMETER-SERVER</source>
<property name="sampleresult.timestamp.start">
Save the start time stamp instead of the end.<br/>
This also affects the timestamp stored in result files.<br/>
- Defaults to: <code>true</code>
+ Defaults to: <code>false</code>
</property>
<property name="sampleresult.useNanoTime">
Whether to use <code>System.nanoTime()</code> - otherwise only use
<code>System.currentTimeMillis()</code>.<br/>