-
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
fix: Resurrect #1662 #1761
fix: Resurrect #1662 #1761
Conversation
Botched the "merge from main" on mozilla#1662. Reverted the merge. This PS has the changes in mozilla#1662, rebased to main. Sorry for the mess.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1761 +/- ##
==========================================
- Coverage 92.97% 92.97% -0.01%
==========================================
Files 119 121 +2
Lines 37253 37449 +196
==========================================
+ Hits 34637 34819 +182
- Misses 2616 2630 +14 ☔ View full report in Codecov by Sentry. |
Benchmark resultsPerformance differences relative to 2463618.
Client/server transfer resultsTransfer of 134217728 bytes over loopback.
|
@martinthomson at least you should have better flamegraphs now. Still looks slower. |
Signed-off-by: Lars Eggert <[email protected]>
@martinthomson should we refactor this and pull the cleanups into the main branch? |
@martinthomson any chance you can extract the cleanups out of this one, so we can merge them? They keep rotting otherwise. (Or let me know if I should try.) |
@martinthomson I rebased it onto the current |
Thanks. I started to poke at this yesterday and ran into a crash bug in the NSS initialization tests. I'm out of time though. This will have to wait a week or two. I'll look after the rebasing for that. |
@martinthomson any chance we could land the cleanups soon-ish? |
I've a new branch with fixes on it. Some seem to improve things, but we can check there. |
Botched the "merge from main" on #1662. Reverted the merge. This PR has the changes in #1662, rebased to main. Sorry for the mess.