Author: sebb
Date: Wed Feb 22 12:09:02 2006
New Revision: 379869

URL: http://svn.apache.org/viewcvs?rev=379869&view=rev
Log:
Set sampler time-stamps to start-time

Modified:
    jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties
    jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml

Modified: jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties?rev=379869&r1=379868&r2=379869&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties Wed Feb 22 12:09:02 
2006
@@ -271,7 +271,7 @@
 #httpsampler.max_frame_depth=5
 
 # Put the start time stamp in logs instead of the end
-#sampleresult.timestamp.start=true
+sampleresult.timestamp.start=true
 
 # The encoding to be used if none is provided (default ISO-8859-1)
 #sampleresult.default.encoding=ISO-8859-1

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml?rev=379869&r1=379868&r2=379869&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml Wed Feb 22 12:09:02 2006
@@ -28,6 +28,11 @@
 <b>Changes: for more info, contact <a href="mailto:[EMAIL PROTECTED]">Michael 
Stover</a></b>
 
 <h3>Version 2.1.2</h3>
+<h4>Incompatible changes:</h4>
+<p>
+The time stamp is now set to start time.
+To revert to the previous behaviour, change the property 
sampleresult.timestamp.start to false (or comment it)
+</p>
 <h4>New functionality:</h4>
 <ul>
 <li>Report function</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to