Skip to content
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: Remove unnecessary space function #2122

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

larseggert
Copy link
Collaborator

Funtion is only used internally.

Broken out of #1998

Funtion is only used internally.

Broken out of mozilla#1998
Copy link

Failed Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

All results

Succeeded Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

Unsupported Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.35%. Comparing base (75372c2) to head (8e077bf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2122      +/-   ##
==========================================
+ Coverage   95.32%   95.35%   +0.02%     
==========================================
  Files         112      112              
  Lines       36319    36316       -3     
==========================================
+ Hits        34621    34628       +7     
+ Misses       1698     1688      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Benchmark results

Performance differences relative to 75372c2.

coalesce_acked_from_zero 1+1 entries: No change in performance detected.
       time:   [98.777 ns 99.050 ns 99.328 ns]
       change: [-0.7752% -0.3055% +0.1333%] (p = 0.20 > 0.05)

Found 10 outliers among 100 measurements (10.00%)
9 (9.00%) high mild
1 (1.00%) high severe

coalesce_acked_from_zero 3+1 entries: No change in performance detected.
       time:   [116.72 ns 117.67 ns 119.27 ns]
       change: [-0.4508% +0.2318% +1.0232%] (p = 0.59 > 0.05)

Found 15 outliers among 100 measurements (15.00%)
3 (3.00%) low mild
2 (2.00%) high mild
10 (10.00%) high severe

coalesce_acked_from_zero 10+1 entries: No change in performance detected.
       time:   [116.40 ns 116.91 ns 117.51 ns]
       change: [-0.4929% -0.0045% +0.5083%] (p = 0.98 > 0.05)

Found 12 outliers among 100 measurements (12.00%)
3 (3.00%) low severe
2 (2.00%) low mild
7 (7.00%) high severe

coalesce_acked_from_zero 1000+1 entries: No change in performance detected.
       time:   [97.228 ns 97.360 ns 97.523 ns]
       change: [-1.0920% -0.2625% +0.5787%] (p = 0.55 > 0.05)

Found 11 outliers among 100 measurements (11.00%)
3 (3.00%) high mild
8 (8.00%) high severe

RxStreamOrderer::inbound_frame(): No change in performance detected.
       time:   [111.16 ms 111.23 ms 111.30 ms]
       change: [-0.0287% +0.0518% +0.1382%] (p = 0.21 > 0.05)

Found 25 outliers among 100 measurements (25.00%)
4 (4.00%) low severe
7 (7.00%) low mild
3 (3.00%) high mild
11 (11.00%) high severe

transfer/pacing-false/varying-seeds: No change in performance detected.
       time:   [27.071 ms 28.181 ms 29.306 ms]
       change: [-5.5967% +0.1198% +5.5304%] (p = 0.97 > 0.05)

Found 2 outliers among 100 measurements (2.00%)
2 (2.00%) high mild

transfer/pacing-true/varying-seeds: No change in performance detected.
       time:   [34.107 ms 35.835 ms 37.555 ms]
       change: [-9.7678% -3.9699% +2.6443%] (p = 0.22 > 0.05)

Found 6 outliers among 100 measurements (6.00%)
3 (3.00%) low mild
3 (3.00%) high mild

transfer/pacing-false/same-seed: No change in performance detected.
       time:   [32.094 ms 32.855 ms 33.597 ms]
       change: [-3.0760% +0.3472% +3.9291%] (p = 0.84 > 0.05)

Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) low mild

transfer/pacing-true/same-seed: No change in performance detected.
       time:   [39.225 ms 41.559 ms 43.891 ms]
       change: [-10.889% -2.6486% +6.7459%] (p = 0.56 > 0.05)

Found 2 outliers among 100 measurements (2.00%)
2 (2.00%) low mild

1-conn/1-100mb-resp (aka. Download)/client: No change in performance detected.
       time:   [112.55 ms 113.03 ms 113.51 ms]
       thrpt:  [881.02 MiB/s 884.70 MiB/s 888.53 MiB/s]
change:
       time:   [-6.9519% -2.2019% +0.5804%] (p = 0.52 > 0.05)
       thrpt:  [-0.5771% +2.2514% +7.4713%]

Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) low mild

1-conn/10_000-parallel-1b-resp (aka. RPS)/client: No change in performance detected.
       time:   [311.51 ms 314.53 ms 317.52 ms]
       thrpt:  [31.494 Kelem/s 31.793 Kelem/s 32.102 Kelem/s]
change:
       time:   [-2.1127% -0.7543% +0.7079%] (p = 0.32 > 0.05)
       thrpt:  [-0.7029% +0.7600% +2.1583%]
1-conn/1-1b-resp (aka. HPS)/client: No change in performance detected.
       time:   [33.912 ms 34.139 ms 34.387 ms]
       thrpt:  [29.081  elem/s 29.292  elem/s 29.488  elem/s]
change:
       time:   [-0.4306% +0.4118% +1.3267%] (p = 0.36 > 0.05)
       thrpt:  [-1.3093% -0.4101% +0.4324%]

Found 9 outliers among 100 measurements (9.00%)
1 (1.00%) low mild
3 (3.00%) high mild
5 (5.00%) high severe

Client/server transfer results

Transfer of 33554432 bytes over loopback.

Client Server CC Pacing Mean [ms] Min [ms] Max [ms] Relative
msquic msquic 186.4 ± 123.4 96.3 590.8 1.00
neqo msquic reno on 275.7 ± 99.8 204.9 499.7 1.00
neqo msquic reno 304.7 ± 146.6 217.0 708.3 1.00
neqo msquic cubic on 250.6 ± 57.6 218.5 403.7 1.00
neqo msquic cubic 251.7 ± 84.9 205.8 439.0 1.00
msquic neqo reno on 159.1 ± 87.9 91.1 396.2 1.00
msquic neqo reno 118.8 ± 69.0 81.9 311.2 1.00
msquic neqo cubic on 146.3 ± 87.5 82.2 394.5 1.00
msquic neqo cubic 150.4 ± 77.7 87.0 329.0 1.00
neqo neqo reno on 221.8 ± 100.2 137.9 410.8 1.00
neqo neqo reno 159.1 ± 27.5 114.9 212.1 1.00
neqo neqo cubic on 223.5 ± 99.7 128.1 409.2 1.00
neqo neqo cubic 169.7 ± 33.2 131.2 265.3 1.00

⬇️ Download logs

@larseggert larseggert added this pull request to the merge queue Sep 17, 2024
Copy link

Firefox builds for this PR

The following builds are available for testing. Crossed-out builds did not succeed.

Merged via the queue into mozilla:main with commit b70e5cf Sep 17, 2024
57 checks passed
@larseggert larseggert deleted the fix-fn-space branch September 17, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants