Skip to content

Perf regression on crypto.verify #72

Open
@H4ad

Description

@H4ad

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions