-
Notifications
You must be signed in to change notification settings - Fork 127
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
bench(bin): panic when server terminates #1824
Conversation
The `neqo-bin` benchmarks spin up a `neqo-server` and then run various different client scenarios against it. Once done, they send the `neqo-server` a signal to terminate. In case the server terminates early (e.g. due to an error), surface it to the user.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1824 +/- ##
==========================================
- Coverage 93.13% 93.13% -0.01%
==========================================
Files 117 117
Lines 36356 36356
==========================================
- Hits 33860 33859 -1
- Misses 2496 2497 +1 ☔ View full report in Codecov by Sentry. |
Benchmark resultsPerformance differences relative to cf00098.
Client/server transfer resultsTransfer of 134217728 bytes over loopback.
|
The
neqo-bin
benchmarks spin up aneqo-server
and then run various different client scenarios against it. Once done, they send theneqo-server
a signal to terminate.In case the server terminates early (e.g. due to an error), surface it to the user.