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

stream: fix performance regression #39254

Closed
wants to merge 1 commit into from

Conversation

mscdex
Copy link
Contributor

@mscdex mscdex commented Jul 4, 2021

Benchmark result:

                                              confidence improvement accuracy (*)   (**)  (***)
streams/creation.js kind='duplex' n=50000000        ***     25.65 %       ±2.49% ±3.34% ±4.41%

@mscdex mscdex added stream Issues and PRs related to the stream subsystem. performance Issues and PRs related to the performance of Node.js. labels Jul 4, 2021
@github-actions github-actions bot added the needs-ci PRs that need a full CI run. label Jul 4, 2021
@nodejs-github-bot

This comment has been minimized.

@mscdex mscdex force-pushed the streams-fix-perf-regression branch from 3e5aa92 to a1ee30b Compare July 4, 2021 11:20
@nodejs-github-bot
Copy link
Collaborator

@mscdex mscdex removed the needs-ci PRs that need a full CI run. label Jul 4, 2021
@nodejs-github-bot
Copy link
Collaborator

@ronag
Copy link
Member

ronag commented Jul 8, 2021

Landed in a5ba28d

@ronag ronag closed this Jul 8, 2021
ronag pushed a commit that referenced this pull request Jul 8, 2021
PR-URL: #39254
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@mscdex mscdex deleted the streams-fix-perf-regression branch July 8, 2021 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Issues and PRs related to the performance of Node.js. stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants