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

Extension - Enable http2 adaptive_window in hyper #211

Open
2 tasks
huntharo opened this issue Jul 22, 2024 · 0 comments
Open
2 tasks

Extension - Enable http2 adaptive_window in hyper #211

huntharo opened this issue Jul 22, 2024 · 0 comments
Labels
area-extension Extension portion of the app rust Pull requests that update Rust code

Comments

@huntharo
Copy link
Contributor

huntharo commented Jul 22, 2024

Motivations

  • This should improve large body echo tests

Acceptance Criteria

  • Test throughput on large body echo tests as baseline
  • Add adaptive_window and re-test throughput

Docs

https://docs.rs/hyper/latest/hyper/server/conn/http2/struct.Builder.html#method.adaptive_window

hatoo/oha#540

let mut builder = hyper::client::conn::http2::Builder::new(TokioExecutor::new());
        builder.adaptive_window(true);
@huntharo huntharo changed the title Extension - Enable http2 adaptive_window in hyper Extension - Enable http2 adaptive_window in hyper Nov 17, 2024
@huntharo huntharo added area-extension Extension portion of the app rust Pull requests that update Rust code labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-extension Extension portion of the app rust Pull requests that update Rust code
Projects
Status: Backlog
Development

No branches or pull requests

1 participant