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

Add basic overhead benchmarks #46

Merged
merged 4 commits into from
Jul 5, 2023
Merged

Add basic overhead benchmarks #46

merged 4 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. Optimize request copy using shallow copy+sync.Pool

    It turns out we do not need request.Clone, so just do a shallow copy
    instead. We can grind overhead further by pooling allocations to
    ammortize the cost.
    jchadwick-buf committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f82123f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95df77 View commit details
    Browse the repository at this point in the history
  3. Oops: fix lint errors

    Forgot about linting completely. Tunnel vision.
    jchadwick-buf committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0ebecfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79b48b View commit details
    Browse the repository at this point in the history