-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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 http2 benchmarks #36871
Conversation
Welp...I tried running the |
c78d88f
to
c89052d
Compare
Looks like the http2 benchmarker emits errors on connection but the http and https benchmarkers swallow them. I've added a commit to swallow connection errors on http2, and will run the benchmarks now to see if that causes any surprising results. |
That seems to be working. |
I'd like to fast-track this so I can follow up on #36679 (comment). Please 👍 here to fast-track. |
c89052d
to
1c4fa9a
Compare
Landed in 1c4fa9a |
Fixes: #36746