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

Implement some much-needed improvements for the UHS load-generators #280

Draft
wants to merge 4 commits into
base: trunk
Choose a base branch
from

Commits on Aug 15, 2024

  1. feat: enable targeted-load for 2PC loadgen

    This sets up the 2PC load-generator to read the config values the Test
    Controller already supports* to limit throughput to a set amount,
    optionally increasing it according to a definable schedule. Among
    other benefits, this allows the tester to constrain load-generators
    directly rather than by relying on the preseed count to artifically
    reduce their load.
    
    This also includes the relevant config changes to enable respected
    per-loadgen log-levels.
    
    Signed-off-by: Sam Stuewe <[email protected]>
    HalosGhost committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7ac2d7e View commit details
    Browse the repository at this point in the history
  2. [WIP] feat: enable basic telemetry for 2PC loadgen

    Signed-off-by: Sam Stuewe <[email protected]>
    HalosGhost committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f755482 View commit details
    Browse the repository at this point in the history
  3. [WIP] feat: allow reusing local test directories

    Signed-off-by: Sam Stuewe <[email protected]>
    HalosGhost committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0337155 View commit details
    Browse the repository at this point in the history
  4. fix: correct some errant variable references

    Signed-off-by: Sam Stuewe <[email protected]>
    HalosGhost committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cd412ed View commit details
    Browse the repository at this point in the history