-
Notifications
You must be signed in to change notification settings - Fork 134
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
Use doubles for startTime and endTime #67
base: master
Are you sure you want to change the base?
Conversation
ac3424f
to
17687f4
Compare
It looks like the resolution of the timer is a factor of 10 less granular exclusively on node.js v12 in 64-bit. Does anyone know why? |
Hello, @jaredp , thank you for contribution. |
Hi @3y3, thanks for taking a look. |
@jaredp , |
don’t lose precision by doing integer arithmetic
17687f4
to
9f454ee
Compare
Okay, removed the < 350ms test |
ping |
7f49e61
to
d0b888b
Compare
bump |
6089785
to
3638152
Compare
don’t lose precision by doing integer arithmetic