FSchumacher commented on PR #6280: URL: https://github.com/apache/jmeter/pull/6280#issuecomment-2378742262
I think the current implementation of ConstantThroughputTimer does not allow for really high throughput timing, as it relies on the timer resolution for sleep, which is milliseconds. If we want to go for higher resolution, we would have to add more state, to allow now sleeping, when we expect to have more than one sampler in one millisecond. -- 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