Skip to content

tiny startup time regression #52804

Open
Open
@mcollina

Description

@mcollina

I've noticed a tiny startup time regression in Node.js v22 vs v20.

Consider this script:

for (let i = 0; i < 10000; i++) {
}

This runs in about 30ms on my system for Node.js v20, but in Node.js v22 it takes about 33ms.

Not really noticeable, but it's there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceIssues and PRs related to the performance of Node.js.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions