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

page_service: add benchmark for batching #9820

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. page_service: add benchmark for batching

    This PR adds a benchmark to demonstrate the effect of server-side
    getpage request batching added in #9321.
    
    Refs:
    
    - Epic: #9376
    - Extracted from #9792
    problame committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b695907 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. high-resolution CPU usage

    problame committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e82deb2 View commit details
    Browse the repository at this point in the history
  2. pytest.approx; #9820 (comment)

    problame committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3375f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff0aa15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70608b0 View commit details
    Browse the repository at this point in the history
  5. add another benchmark

    problame committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0b79f13 View commit details
    Browse the repository at this point in the history
  6. allowed_errors fix

    problame committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    56cbbc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    ad8dbcb View commit details
    Browse the repository at this point in the history
  2. skip tests

    problame committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3eba1ba View commit details
    Browse the repository at this point in the history