Open
Description
On NodeJS 16.x, crypto.verify
made 30k op/s (ref)
But on NodeJS 18.x, crypto.verify
downgrade to 6~7k op/s (ref).
I initially discover this on this pr: RafaelGSS/nodejs-bench-operations#31, I already did an initial investigation of the cause, which currently points to validationFunction
, but I think we should look on V8 side to see if something change.
It's probable that this slowdown affects crypto.sign
too, but I didn't have time yet to benchmark.
Metadata
Metadata
Assignees
Labels
No labels