Skip to content

Instantly share code, notes, and snippets.

@Nepoxx
Created April 13, 2016 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nepoxx/baab3b2c091143e5ef67d68299371a53 to your computer and use it in GitHub Desktop.
Save Nepoxx/baab3b2c091143e5ef67d68299371a53 to your computer and use it in GitHub Desktop.
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