Skip to content

Instantly share code, notes, and snippets.

@andromedarabbit
Created December 25, 2016 05:23
Show Gist options
  • Save andromedarabbit/249e9d7b662fb6050eecec772db2c671 to your computer and use it in GitHub Desktop.
Save andromedarabbit/249e9d7b662fb6050eecec772db2c671 to your computer and use it in GitHub Desktop.
Artillery configuration example
config:
target: 'http://my.app.dev'
phases:
- duration: 60
arrivalRate: 20
defaults:
headers:
x-my-service-auth: '987401838271002188298567'
scenarios:
- flow:
- get:
url: "/api/resource"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment