-
Notifications
You must be signed in to change notification settings - Fork 7
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
Performance regression Date.toISOString() #47
Comments
And it seems to be there since v19.3.0 (at least) https://github.com/RafaelGSS/nodejs-bench-operations/tree/main/v19. |
We updated to V8 10.8 in v19.3.0. Could this be related? [c8421204b0] - deps: patch V8 to 10.8.168.21 (Michaël Zasso) nodejs/node#45749 |
No. This was caused by a semver-major change. I've adjusted the repository to run the benchmark against 18.0.0 and 19.0.0 and the regression is still there. |
It's probably the update to V8 10.7 |
Implementation of toISOString was changed in v8/v8@126d477 |
Is there an open issue in the V8 bug tracker for this? |
probably not |
Is the regression still there with V8 11.3? @RafaelGSS |
I don't think this is actionable? |
Yeah, it's more of a tracking issue in case someone wants to fix it in the upstream. |
These are the last results of
nodejs-bench-operations
and as you can see, toISOString might have been affected by a regression.
The text was updated successfully, but these errors were encountered: