-
Notifications
You must be signed in to change notification settings - Fork 30k
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
benchmark: dead code #36199
Comments
mscdex
added
fs
Issues and PRs related to the fs subsystem / file system.
benchmark
Issues and PRs related to the benchmark subsystem.
good first issue
Issues that are suitable for first-time contributors.
labels
Nov 20, 2020
hi I would like to work on this one |
2 tasks
Removing |
Trott
removed
the
good first issue
Issues that are suitable for first-time contributors.
label
Nov 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In benchmark/fs/bench-statSync.js, the
should instead be
Although, I'm not sure we even need that bit of code since the OS will automatically clean up any open resources on process exit.
The text was updated successfully, but these errors were encountered: