frgirard opened a new issue, #5733: URL: https://github.com/apache/jmeter/issues/5733
### The documentation URL https://jmeter.apache.org/usermanual/component_reference.html#JSR223_Sampler ### Feedback I need a JSR223 groovy script to be able to dynamically create samples. This script receives kafka records which have headers including processing times. I'd like to be able to create samples using these timestamp info. In my script, I create sampleresults : `def sr = new org.apache.jmeter.samplers.SampleResult(t_in, t_out - t_in)` But there's no way I know to add this sampleresult to JMeter results (.jtl, listeners...). How could I do that ? Thanks a lot ! -- 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