Skip to content

fs: improve error performance of readvSync - #50100

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
IlyasShabi:readv-sync
Dec 5, 2023
Merged

fs: improve error performance of readvSync#50100
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
IlyasShabi:readv-sync

Conversation

@IlyasShabi

Copy link
Copy Markdown
Member

Local benchmark:

 confidence improvement accuracy (*) (**) (***)
fs/bench-readvSync.js n=100000 type='invalid' *** 123.02 % ±1.27% ±1.70% ±2.24%
fs/bench-readvSync.js n=100000 type='valid' 2.74 % ±2.88% ±3.84% ±5.01%

Ref: nodejs/performance#106

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Oct 9, 2023
Comment threadsrc/node_file.cc Outdated
@anonriganonrig added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Oct 10, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 10, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@anonrig

Copy link
Copy Markdown
Member

Can you rebase and force push?

@anonriganonrig added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 20, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 20, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 29, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 29, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 5, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 5, 2023
@nodejs-github-bot
nodejs-github-bot merged commit 27b2ce5 into nodejs:mainDec 5, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 27b2ce5

RafaelGSS pushed a commit that referenced this pull request Dec 15, 2023
PR-URL: #50100
Refs: nodejs/performance#106
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
@RafaelGSSRafaelGSS mentioned this pull request Dec 15, 2023
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #50100
Refs: nodejs/performance#106
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
@richardlaurichardlau mentioned this pull request Mar 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.fsIssues and PRs related to the fs subsystem / file system.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@IlyasShabi@nodejs-github-bot@anonrig@aduh95@ilyasShabiCS