JoKr9527 opened a new issue, #5769: URL: https://github.com/apache/jmeter/issues/5769
### Expected behavior update the startTime When calling the addSample method ### Actual behavior At present, the start time is assigned when the object is created. The creation time of the object is too early, which will lead to incorrect rate calculation. I used jmeter extension, which contains some time-consuming logic, which will lead to greater error. I observed the SamplingStatCalculator class. When it calls the addSample method, it updates the start time in real time. Is this the expected behavior? ### Steps to reproduce the problem For some reason, I cannot submit my extension code to you, but as I describe the actual behavior, this problem is very clear. If this is not a bug, please tell me why it is designed like this. Thank you very much, especially for being able to read my poor English description patiently ### JMeter Version 5.2.1 ### Java Version 1.8.0_162 ### OS Version win 7 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org