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

test(transport): maximum throughput on unlimited bandwidth and 50ms #1857

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mxinden
Copy link
Collaborator

@mxinden mxinden commented Apr 25, 2024

This commit adds a basic smoke test using the test-fixture simulator, asserting that on a connection with unlimited bandwidth and 50ms round-trip-time Neqo can eventually achieve > 1 Gbit/s throughput.

Showcases the potential that a future stream flow-control auto-tuning algorithm can have.

See #733.


Draft for now. Not familiar enough with the simulator yet. Will be helpful for an implementation of #733.

As expected, test is currently failing. I can not quite yet explain the value of 106 Mbit/s. I would expect a value closer to 160 Mbit/s given the 1 MiB send and receive stream buffer. (See calculation in #1820.)

thread 'unlimited_bandwidth_50ms_delay_connection' panicked at neqo-transport/tests/network.rs:227:5:
expect transfer on 50ms connection with unlimited bandwidth to eventually surpass 1 Gbit/s but got 106.41665660578931 Mbit/s.

This commit adds a basic smoke test using the `test-ficture` simulator,
asserting that on a connection with unlimited bandwidth and 50ms round-trip-time
Neqo can eventually achieve > 1 Gbit/s throughput.

Showcases the potential a future stream flow-control auto-tuning algorithm can have.

See mozilla#733.
Copy link

Failed Interop Tests

Succeeded and unsupported tests

Succeeded Interop Tests

Unsupported Interop Tests

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.

None yet

1 participant