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 with node v18 upgrade #441

Open
canova opened this issue Oct 25, 2023 · 0 comments
Open

Performance regression with node v18 upgrade #441

canova opened this issue Oct 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@canova
Copy link
Member

canova commented Oct 25, 2023

While we were doing the load testing we realized that we have ~30% performance regression. After profiling the issue, we realized that it's because of node's createPublicKey and createPrivateKey crypto APIs.

See the node issue here for more information: nodejs/node#50386
Also see the jsonwebtoken issue here: auth0/node-jsonwebtoken#944

Considering that the regression is because of nodejs, I think it's okay to do the deployment.

@canova canova added the bug Something isn't working label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant