Skip to content
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

Open
RafaelGSS opened this issue Jan 27, 2023 · 10 comments
Open

Performance regression Date.toISOString() #47

RafaelGSS opened this issue Jan 27, 2023 · 10 comments

Comments

@RafaelGSS
Copy link
Member

These are the last results of nodejs-bench-operations

and as you can see, toISOString might have been affected by a regression.

@RafaelGSS
Copy link
Member Author

And it seems to be there since v19.3.0 (at least) https://github.com/RafaelGSS/nodejs-bench-operations/tree/main/v19.

@anonrig
Copy link
Member

anonrig commented Feb 3, 2023

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

@RafaelGSS
Copy link
Member Author

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.

@targos
Copy link
Member

targos commented Feb 4, 2023

It's probably the update to V8 10.7

@targos
Copy link
Member

targos commented Feb 4, 2023

Implementation of toISOString was changed in v8/v8@126d477

@anonrig
Copy link
Member

anonrig commented Feb 9, 2023

Is there an open issue in the V8 bug tracker for this?

@targos
Copy link
Member

targos commented Feb 11, 2023

probably not

@anonrig
Copy link
Member

anonrig commented Apr 3, 2023

Is the regression still there with V8 11.3? @RafaelGSS

@ronag
Copy link
Member

ronag commented May 30, 2023

I don't think this is actionable?

@RafaelGSS
Copy link
Member Author

RafaelGSS commented May 30, 2023

Yeah, it's more of a tracking issue in case someone wants to fix it in the upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants