We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
HerbertJordan
No branches or pull requests
The following scenario should be supported by Norma's main branch:
The text was updated successfully, but these errors were encountered: