-
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
http2 benchmark seems broken #36746
Comments
Not having this problem locally. I wonder if what's going on is that port 12346 is used by the test suite and the server is running tests at the same time as the http2 benchmark. This would seem to be borne out by the fact that it fails with the issue at different times in the test suite. Another possibility is that the benchmark isn't waiting for the previous server to fully close before opening the next one. |
I was able to replicate this locally. It just took much much longer. And I wasn't doing anything else on the computer, so it's something within the benchmark itself apparently and not an interaction with a test suite. Maybe |
I think I see the bug in the benchmarks themselves. They call I'll open a PR to fix this by using port 0 for the benchmarks so that we fix this issue without shutdown time becoming part of the benchmark measurement. |
Proposed fix is in #36871 |
http2/compat.js
http2/simple.js
The text was updated successfully, but these errors were encountered: