junyejiang commented on PR #6406:
URL: https://github.com/apache/jmeter/pull/6406#issuecomment-2700437374

   @vlsi 
   
https://github.com/apache/jmeter/commit/fd12dc39aa688011475c7466cb7c1a2e1f43e38f
   Made following changes:
   1. Introduced new metadatas in csv, jtl and xml, these metadatas are 
dedicated to store ns timestamp, old metadatas are untouched.
   When Jmeter loads csv, jtl or xml, it tries to read and load ns timestamp 
first if possible, otherwise it goes the old fasioned way.
   2. Added new setter functions in SampleResult.java, these functions are ns 
timestamp related only, original constructors and factory funcions are 
untouched.
   
   Above 2 changes are for backward compability.
   
   3. Renamed ns/ms key in reportgenerator.properies.
   4. Added test to check my changes.
   
   If my PR is not accepted finally some how, I still suggest to update in 
calculators from Long to BigInteger/Bigdecimal, which brings better precision 
and will not case overflow.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to