Hello there, I'm using JMeter to test a service where the JMeter client and the server are on the same network and the server has a sub-millisecond response time. When I generate reports for this the values are rounded to the closest millisecond so I get either "1" or "0" for most of the results. I see in the "jmeter.properties" file that there is this configuration option:
sampleresult.useNanoTime=true I set that to true but the results file produced still seems to contain timestamps at the milliseconds precision. I found this thread on StackOverflow which seems to suggest I'm not alone in finding that this doesn't work as expected: https://stackoverflow.com/questions/43644076/how-can-i-set-jmeter-results-to-nanoseconds Is there something I'm missing or is this feature not intended to be used like this? I'd also imagine that the report generators would need to be updated to work at nanosecond precision instead of millisecond. I'm using JMeter 5.6.2. Thanks, Adrian
