-
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: Speed up NSS build with sccache
#2091
Conversation
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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2091 +/- ##
=======================================
Coverage 95.35% 95.35%
=======================================
Files 112 112
Lines 36325 36319 -6
=======================================
- Hits 34636 34631 -5
+ Misses 1689 1688 -1 ☔ View full report in Codecov by Sentry. |
Benchmark resultsPerformance differences relative to 75372c2. coalesce_acked_from_zero 1+1 entries: No change in performance detected.time: [99.088 ns 99.443 ns 99.811 ns] change: [-0.3787% +0.1879% +0.7653%] (p = 0.56 > 0.05) coalesce_acked_from_zero 3+1 entries: No change in performance detected.time: [116.77 ns 117.13 ns 117.51 ns] change: [-0.4730% +0.0417% +0.5505%] (p = 0.88 > 0.05) coalesce_acked_from_zero 10+1 entries: No change in performance detected.time: [116.24 ns 116.68 ns 117.21 ns] change: [-0.6196% -0.1294% +0.2739%] (p = 0.59 > 0.05) coalesce_acked_from_zero 1000+1 entries: No change in performance detected.time: [97.306 ns 97.520 ns 97.776 ns] change: [-1.2463% -0.4491% +0.3468%] (p = 0.28 > 0.05) RxStreamOrderer::inbound_frame(): No change in performance detected.time: [111.00 ms 111.12 ms 111.33 ms] change: [-0.1806% -0.0483% +0.1792%] (p = 0.69 > 0.05) transfer/pacing-false/varying-seeds: No change in performance detected.time: [26.382 ms 27.406 ms 28.442 ms] change: [-7.7654% -2.6336% +2.8598%] (p = 0.33 > 0.05) transfer/pacing-true/varying-seeds: No change in performance detected.time: [34.506 ms 36.192 ms 37.868 ms] change: [-8.7642% -3.0132% +3.3792%] (p = 0.35 > 0.05) transfer/pacing-false/same-seed: No change in performance detected.time: [31.346 ms 32.077 ms 32.799 ms] change: [-5.1629% -2.0279% +1.4406%] (p = 0.24 > 0.05) transfer/pacing-true/same-seed: No change in performance detected.time: [39.834 ms 42.406 ms 45.010 ms] change: [-9.3749% -0.6656% +8.7067%] (p = 0.89 > 0.05) 1-conn/1-100mb-resp (aka. Download)/client: No change in performance detected.time: [113.02 ms 113.45 ms 113.89 ms] thrpt: [878.01 MiB/s 881.42 MiB/s 884.82 MiB/s] change: time: [-6.5936% -1.8380% +0.9331%] (p = 0.64 > 0.05) thrpt: [-0.9245% +1.8724% +7.0590%] 1-conn/10_000-parallel-1b-resp (aka. RPS)/client: No change in performance detected.time: [314.50 ms 318.36 ms 322.20 ms] thrpt: [31.036 Kelem/s 31.411 Kelem/s 31.797 Kelem/s] change: time: [-1.2258% +0.4540% +2.2000%] (p = 0.59 > 0.05) thrpt: [-2.1526% -0.4520% +1.2410%] 1-conn/1-1b-resp (aka. HPS)/client: No change in performance detected.time: [33.648 ms 33.864 ms 34.095 ms] thrpt: [29.329 elem/s 29.530 elem/s 29.719 elem/s] change: time: [-1.2229% -0.3984% +0.4736%] (p = 0.36 > 0.05) thrpt: [-0.4714% +0.4000% +1.2380%] Client/server transfer resultsTransfer of 33554432 bytes over loopback.
|
Seems to help a bit.