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

Avoid duplicate URL parsing for async connections #958

Merged

Commits on Apr 8, 2020

  1. Avoid duplicate URL parsing for async connections

    With this commit we provide a URL object when issuing a request instead
    of a string representation to avoid expensive string parsing in aiohttp.
    In our tests this has reduced the client side overhead by about one
    millisecond which is important when benchmarking queries which finish
    within single-digit milliseconds.
    
    Relates elastic#944
    danielmitterdorfer committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    795369d View commit details
    Browse the repository at this point in the history