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

Performance measurement #6170

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from
Open

Commits on Oct 17, 2024

  1. .ops: add performance-test to run k6 against an instance

    Put result summary into a json we can diff easily for each endpoint.
    BacLuc committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7c4b96e View commit details
    Browse the repository at this point in the history
  2. hook_db_restore: use network_mode host for local development

    That we find the url for the local db easily.
    BacLuc committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6fab691 View commit details
    Browse the repository at this point in the history
  3. hook_db_restore: add update-support-email.sh for local development

    This does not end up in the docker image or in the helm deployment.
    BacLuc committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    12c0203 View commit details
    Browse the repository at this point in the history
  4. performance-test: also add failing endpoints to metrics

    Else the results shift and are not diffable.
    Use a large negative number that it is clear
    that an id for a item endpoint could not be found.
    BacLuc committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    30287c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. script.js: fix specialEndpoints be really excluded from the requests

    Tested against the local dev instance.
    BacLuc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    048a7f2 View commit details
    Browse the repository at this point in the history