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(oohelperd): disable QUIC by default #1107

Merged
merged 1 commit into from
Feb 16, 2023
Merged

fix(oohelperd): disable QUIC by default #1107

merged 1 commit into from
Feb 16, 2023

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Feb 16, 2023

I have been eyeballing the performance charts for a few days and it seems that enabling QUIC makes measurements ~slower.

The TH requires more time to complete. So, the probe can measure less target URLs per run, given finite runtime constraints.

Measuring QUIC in the TH when the probe also measures QUIC is fine because we obtain higher quality measurements.

However, now that most probes do not know about QUIC, it makes sense to avoid measuring QUIC for them, so they continue to measure the same number of URLs as before.

This diff belongs to the not-ever-small set of diffs authored when doing pre-release QA. See ooni/probe#2273.

I have been eyeballing the performance charts for a few days and it
seems that enabling QUIC makes measurements slower.

The TH requires more time to complete. So, the probe can measure less
target URLs per run, given finite runtime constraints.

Measuring QUIC in the TH when the probe also measures QUIC is fine
because we obtain higher quality measurements.

However, now that most probes do not know about QUIC, it makes sense
to avoid measuring QUIC for them, so they continue to measure the
same number of URLs as before.

This diff belongs to the not-ever-small set of diffs authored when
doing pre-release QA. See ooni/probe#2273.
@bassosimone bassosimone requested a review from hellais as a code owner February 16, 2023 16:08
@bassosimone bassosimone changed the title feat(oohelperd): disable QUIC by default fix(oohelperd): disable QUIC by default Feb 16, 2023
@bassosimone bassosimone merged commit 7158cd6 into master Feb 16, 2023
@bassosimone bassosimone deleted the issue/2273 branch February 16, 2023 16:16
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.

1 participant