-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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/fs/write-stream-throughput.js can call bench.end() without calling bench.start() #17901
Comments
Trott
added
benchmark
Issues and PRs related to the benchmark subsystem.
fs
Issues and PRs related to the fs subsystem / file system.
labels
Dec 28, 2017
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
benchmark/fs/write-stream-throughput.js
, it is possible (ifdur
is very short) thatbench.end()
gets called beforebench.start()
, and that will throw an error. Example at https://ci.nodejs.org/job/node-test-commit-aix/11455/nodes=aix61-ppc64/consoleText:The text was updated successfully, but these errors were encountered: