Skip to content

Commit

Permalink
feat: add Artillery scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Oct 1, 2024
1 parent 327d50c commit dd371c5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config:
target: "http://asciiart.artillery.io:8080"
phases:
- duration: 30
arrivalRate: 1
plugins:
metrics-by-endpoint: {}

4 changes: 4 additions & 0 deletions scenarios/armadillo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scenarios:
- flow:
- get:
url: /armadillo
4 changes: 4 additions & 0 deletions scenarios/dino.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scenarios:
- flow:
- get:
url: /dino
4 changes: 4 additions & 0 deletions scenarios/pony.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scenarios:
- flow:
- get:
url: /pony

0 comments on commit dd371c5

Please sign in to comment.