-
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: More parallelization and caching #2124
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2124 +/- ##
=======================================
Coverage 95.35% 95.35%
=======================================
Files 112 112
Lines 36334 36334
=======================================
Hits 34646 34646
Misses 1688 1688 ☔ View full report in Codecov by Sentry. |
Failed Interop TestsQUIC Interop Runner, client vs. server neqo-latest as client
neqo-latest as server
All resultsSucceeded Interop TestsQUIC Interop Runner, client vs. server neqo-latest as client
neqo-latest as server
Unsupported Interop TestsQUIC Interop Runner, client vs. server neqo-latest as client
neqo-latest as server
|
Benchmark resultscoalesce_acked_from_zero 1+1 entries:time: [99.495 ns 99.829 ns 100.17 ns] Found 13 outliers among 100 measurements (13.00%) 9 (9.00%) high mild 4 (4.00%) high severe coalesce_acked_from_zero 3+1 entries:time: [117.28 ns 118.09 ns 119.29 ns] Found 18 outliers among 100 measurements (18.00%) 1 (1.00%) low mild 2 (2.00%) high mild 15 (15.00%) high severe coalesce_acked_from_zero 10+1 entries:time: [116.66 ns 117.08 ns 117.61 ns] Found 11 outliers among 100 measurements (11.00%) 1 (1.00%) low severe 2 (2.00%) low mild 2 (2.00%) high mild 6 (6.00%) high severe coalesce_acked_from_zero 1000+1 entries:time: [97.323 ns 97.531 ns 97.774 ns] Found 7 outliers among 100 measurements (7.00%) 4 (4.00%) high mild 3 (3.00%) high severe RxStreamOrderer::inbound_frame():time: [111.98 ms 112.03 ms 112.07 ms] Found 10 outliers among 100 measurements (10.00%) 6 (6.00%) low mild 4 (4.00%) high mild transfer/pacing-false/varying-seeds:time: [27.625 ms 28.726 ms 29.809 ms] transfer/pacing-true/varying-seeds:time: [35.175 ms 36.788 ms 38.473 ms] Found 1 outliers among 100 measurements (1.00%) 1 (1.00%) high severe transfer/pacing-false/same-seed:time: [32.007 ms 32.743 ms 33.439 ms] Found 3 outliers among 100 measurements (3.00%) 1 (1.00%) low severe 2 (2.00%) low mild transfer/pacing-true/same-seed:time: [39.305 ms 41.714 ms 44.151 ms] 1-conn/1-100mb-resp (aka. Download)/client:time: [113.59 ms 114.43 ms 115.64 ms] thrpt: [864.74 MiB/s 873.93 MiB/s 880.37 MiB/s] Found 8 outliers among 100 measurements (8.00%) 1 (1.00%) low severe 6 (6.00%) low mild 1 (1.00%) high severe 1-conn/10_000-parallel-1b-resp (aka. RPS)/client:time: [313.52 ms 317.25 ms 320.99 ms] thrpt: [31.153 Kelem/s 31.521 Kelem/s 31.896 Kelem/s] 1-conn/1-1b-resp (aka. HPS)/client:time: [34.166 ms 34.381 ms 34.622 ms] thrpt: [28.884 elem/s 29.086 elem/s 29.269 elem/s] Found 15 outliers among 100 measurements (15.00%) 6 (6.00%) low mild 1 (1.00%) high mild 8 (8.00%) high severe Client/server transfer resultsTransfer of 33554432 bytes over loopback.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sccache
on self-hosted runner. (GitHub storage limit is too small).fuzz
andbench
test compiles.llvm-cov
on stable.NSS_PREBUILT
flag to neqo-crypto to avoid double-compile.This PR roughly cuts the CI time in half.