franz1981 commented on pull request #3566: URL: https://github.com/apache/activemq-artemis/pull/3566#issuecomment-833881055
The last commit isn't givin the nice speedup I was expecting: ``` ************** RUN 1 EndToEnd Throughput: 11155 ops/sec ************** EndToEnd SERVICE-TIME Latencies distribution in MICROSECONDS mean 1438.52 min 116.74 50.00% 1376.26 90.00% 1482.75 99.00% 3424.26 99.90% 7143.42 99.99% 15400.96 max 17825.79 count 160000 ``` latency are on par with normal batching + fdatasync, although the box used have a very fast disk and the amount of paged data wasn't enough to make fdatasync to be long enough. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
