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

Benchmarking #2192

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

Commits on Dec 2, 2024

  1. Context instead of global state for download cache

    Makes use of Context to store the download cache, this will help running
    benchmarks in parallel as they perform within the same process and share
    the same global state.
    zregvart committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4c63b8d View commit details
    Browse the repository at this point in the history
  2. Simple macro benchmark

    Implementation of a simple macro benchmark executing `ec validate image`
    with the fixed state and no external dependencies.
    
    For this the OCI distribution registry is run in a container with the
    data from the `data/registry/data` and the git repository mirrored in
    the `data/git/rhtap-ec-policy.git`.
    
    The benchmark outputs in the golang standard benchmark format that can
    be utilized with tools in the golang benchmarking ecosystem.
    
    Reference: https://issues.redhat.com/browse/EC-968
    zregvart committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6f1fa4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    965e4a4 View commit details
    Browse the repository at this point in the history