Skip to content

Instantly share code, notes, and snippets.

@hassy
Created July 15, 2022 10:51
Show Gist options
  • Save hassy/c723c93e2319449dd76f1602d81603da to your computer and use it in GitHub Desktop.
Save hassy/c723c93e2319449dd76f1602d81603da to your computer and use it in GitHub Desktop.
Artillery script - AWS Lambda blog post
config:
target: http://asciiart.artillery.io:8080
phases:
- duration: 60
arrivalRate: 5
rampTo: 10
- duration: 120
arrivalRate: 10
rampTo: 20
- duration: 120
arrivalRate: 25
scenarios:
- flow:
- loop:
- get:
url: "/dino"
- get:
url: "/armadillo"
- get:
url: "/pony"
count: 100
@hassy
Copy link
Author

hassy commented Jul 15, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment