Update read_buf API to match current nightly - #3102
Conversation
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesClick to expand
Other differencesClick to expand
Memory usageKey:
Significant differencesThere are no significant memory usage differences Additional informationCheckout details:
|
ctz
left a comment
There was a problem hiding this comment.
One thing we might consider here is withdrawing some of the more noisy/long-term-investment-in-quality CI items for release branches? Like nightly clippy.
Dropped the nightly Clippy job. |
This test was only fetching ECH config data from DNS and then checking we could unmarshal it. The daily tests CI is now configured to use the full-fledged ech-example.rs binary for the same test sites. Doing that _also_ tests the DNS ECH config list handling, but goes further and uses the unmarshalled configs for a real ECH enabled handshake. We can delete these tests on the back of that improved end-to-end coverage.
The libcrux crates have fixed this upstream but a release may not be available for some time. Ignore the unmaintained transitive dep warning for now.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel-0.23 #3102 +/- ##
=========================================
Coverage 95.31% 95.31%
=========================================
Files 97 97
Lines 21940 21942 +2
=========================================
+ Hits 20912 20914 +2
Misses 1028 1028 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No description provided.