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

Support load-test scenario on main branch #258

Open
HerbertJordan opened this issue Nov 4, 2024 · 0 comments
Open

Support load-test scenario on main branch #258

HerbertJordan opened this issue Nov 4, 2024 · 0 comments
Assignees

Comments

@HerbertJordan
Copy link
Collaborator

The following scenario should be supported by Norma's main branch:

name: Simple Load Test
duration: 120

# The number of static validators present from begin to end
num_static_validators: 4    # default: 1

# Run three different applications consecutively producing different load
applications: 
  - name: loadA
    type: counter
    users: 100
    start: 20
    end: 50
    rate:
      constant: 20

  - name: loadB
    type: counter
    users: 100
    start: 50
    end: 80
    rate:
      constant: 1

  - name: loadC
    type: counter
    users: 100
    start: 80
    end: 110
    rate:
      constant: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant