Created
July 15, 2022 10:51
-
-
Save hassy/c723c93e2319449dd76f1602d81603da to your computer and use it in GitHub Desktop.
Artillery script - AWS Lambda blog post
This file contains 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://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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test script to go along with https://www.artillery.io/blog/open-source-distributed-load-testing-with-lambda