-
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
ci: Build Firefox with current neqo #1834
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1834 +/- ##
==========================================
- Coverage 93.25% 93.24% -0.02%
==========================================
Files 110 110
Lines 35793 35810 +17
==========================================
+ Hits 33380 33390 +10
- Misses 2413 2420 +7 ☔ View full report in Codecov by Sentry. |
So it's building (yay!) but given the time it takes to do so, not sure it's productive to enable this for each PR push. |
Benchmark resultsPerformance differences relative to ed19eb2.
Client/server transfer resultsTransfer of 134217728 bytes over loopback.
|
How about treating it as an asynchronous CI step, i.e.:
Thereby we might not catch a regression before merging, but we will know through the comment posted after merge, and can thus easily revert without having to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we probably want to setup mozconfig file to create debug and release build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, modulo a few nits.
Signed-off-by: Lars Eggert <[email protected]>
No description provided.