- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Regression in task switching performance? #12223
Comments
The regression appears to be in produce/consume. If you just use
and on 0.4:
It is actually a bit faster. But I see the same regression in produce/consume. |
OK. Here is a funny thing. Rebooting my machine got back the previous performance on master. I don't know if it is a Linux issue or a Julia thing. I noticed that Julia startup also seemed slow and rebooted. |
Found the cause. After a couple of |
Wow that's weird, the same thing happened to me. Rebuilt and the performance went back to 0.3 levels. Maybe we were running debug builds? |
Could that explain the performance boost after a reboot also ? Don't know how... |
Current:
The same test here #12042 (comment)
took 2.291 seconds on my machine. Granted that was on a different branch rebased around 7 days ago, but that branch did not touch any of the task code either.
The text was updated successfully, but these errors were encountered: