You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andcreatePrivateKey
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.
The text was updated successfully, but these errors were encountered: