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

[Scenario] Sanity Check / Simple Load #274

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions scenarios/test/simple_load.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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