Skip to content

Instantly share code, notes, and snippets.

@up1
Last active August 29, 2015 14:23
Show Gist options
  • Save up1/e9a48b197c6fd3ce937c to your computer and use it in GitHub Desktop.
Save up1/e9a48b197c6fd3ce937c to your computer and use it in GitHub Desktop.
Introduction to Taurus
---
settings:
default-executor: grinder
---
execution:
concurrency: 10
ramp-up: 1m
hold-for: 1m30s
scenario:
think-time: 0.75
requests:
- http://www.google.com
- http://www.facebook.com
---
execution:
concurrency: 10
ramp-up: 1m
hold-for: 1m30s
scenario:
think-time: 0.75
requests:
- http://www.google.com
- http://www.facebook.com
reporting:
- console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment