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

Add Scenario Weight to introduce dynamic workload distribution #663

Closed
AntyaDev opened this issue Feb 13, 2024 · 0 comments
Closed

Add Scenario Weight to introduce dynamic workload distribution #663

AntyaDev opened this issue Feb 13, 2024 · 0 comments
Labels
5.8 new feature New feature or request
Milestone

Comments

@AntyaDev
Copy link
Contributor

AntyaDev commented Feb 13, 2024

Reference: #662
Documentation link

Scenario.Create("")
        .WithLoadSimulations()
        .WithWeight(3)

or via JSON config

{
    "GlobalSettings": {
        "ScenariosSettings": [
          {
                "ScenarioName": "test_youtube",
                "Weight": 10
          }
        ]
    }
}
@AntyaDev AntyaDev added the new feature New feature or request label Feb 13, 2024
@AntyaDev AntyaDev added the 5.8 label May 16, 2024
@AntyaDev AntyaDev added this to the 5.8.0 milestone Jul 2, 2024
@AntyaDev AntyaDev changed the title Add Dynamic workloads for Scenarios Add Scenario Weight to introduce dynamic workload distribution Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.8 new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant