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

feat(k6): add scenario with multiple stages ramping up/down RPS #6031

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Commits on Nov 6, 2024

  1. feat(k6): add scenario with multiple stages ramping up/down RPS

    The added scenario allows one to configure an arbitrary number of stages,
    with each consisting of a linear ramp-up/down to the desired rate and a
    hold/plateau time.
    
    Within each stage, the duration for which the inference RPS is held constant
    is configured via one element in the `CONSTANT_RATE_DURATIONS_SECONDS`
    environment variable (a vector of comma separated values), with the ramp-up/
    down duration preceding it being 1/3rd of the hold time.
    lc525 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e2855a1 View commit details
    Browse the repository at this point in the history