Uh oh!
There was an error while loading. Please reload this page.
benchmark: fix http2 benchmarks - #36871
Conversation
nodejs-github-bot
commented
Jan 10, 2021
Welp...I tried running the |
c78d88f to
c89052dCompareTrott
commented
Jan 10, 2021
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. |
Trott
commented
Jan 10, 2021
That seems to be working. |
nodejs-github-bot
commented
Jan 10, 2021
Trott
commented
Jan 11, 2021
I'd like to fast-track this so I can follow up on #36679 (comment). Please 👍 here to fast-track. |
c89052d to
1c4fa9aCompareTrott
commented
Jan 11, 2021
Landed in 1c4fa9a |
Fixes: #36746