-
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: fix EADDRNOTAVAIL error in http2 #34598
Conversation
Not sure whether it's a good idea to lower the default value, but you can just pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I think you can also change the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On second thought I don't think this is needed.
Refs: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/660/console @mcollina But then we wouldn't be able to run the |
Or any good suggestions ? |
This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open. |
Closing this because it has stalled. Feel free to reopen if this PR is still relevant, or to ping the collaborator who labelled it stalled if you have any questions. |
Fixes: #34061
It is found that there may be errors caused by too many TCP connections. This PR is only to reduce the number of connections to avoid
benchmark
tests crashing. On my macOS, when the value ofduration
is2
, there will be no errors basically./cc @addaleax @BridgeAR @jasnell
Checklist