Add technical; snippet support

This commit is contained in:
2022-03-31 10:22:41 -05:00
parent 2a8571d6dd
commit 22c2b9f665
1093 changed files with 916277 additions and 133 deletions

19
artillery.yml Normal file
View File

@@ -0,0 +1,19 @@
config:
target: http://localhost:8000
phases:
- duration: 240
arrivalRate: 40
rampTo: 100
#rampTo: 200
name: Ramp up load
scenarios:
- name: "Load homepage"
flow:
- get:
url: "/"
- name: "Load technical"
flow:
- get:
url: "/technical"