Created
April 13, 2016 16:11
-
-
Save Nepoxx/baab3b2c091143e5ef67d68299371a53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: | |
target: 'http://mydomain.com/myApi' | |
phases: | |
# Warm Up | |
- duration: 30 | |
arrivalRate: 5 | |
# Ramp Up | |
- duration: 60 | |
arrivalRate: 5 | |
rampTo: 50 | |
# High Load | |
- duration: 60 | |
arrivalRate: 50 | |
scenarios: | |
- name: Hello world | |
flow: | |
- get: | |
url: /hi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment