-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got -ve min time using Netty Benchmark #24
Comments
One possibility is that we timestamp message using System.nanoTime() and use it to compute time for the server to receive and process it. As System.nanoTime() is not guaranteed to be the same across different VMs even on the same machine, it is possible to get negative time difference. |
It's the same vm unless you mean jvm. On Mon, Sep 14, 2015 at 6:43 PM, Vlad Rozov notifications@github.com
|
Yes, I mean jvm. |
It's unbelievable!😰 On Mon, Sep 14, 2015 at 8:10 PM, Vlad Rozov notifications@github.com
|
How is this possible?
The text was updated successfully, but these errors were encountered: