-
Notifications
You must be signed in to change notification settings - Fork 36
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
Tests failing on 0.11+ #13
Comments
Real strangeness in the Node 0.11+ appears to be throttling it based on how cpu-bound it was. Notice the 100ms delay between ticks, even though nothing is running.
For comparison, on 0.10:
|
It appears that 0.11 is doing some "smart" delaying of timers that are known to take a certain amount of time so it can better handle them without blocking the event loop. Or maybe this is a bug in core. Reminding myself to look into this for latter. |
The text was updated successfully, but these errors were encountered: