github.com/kubeshop/testkube@v1.17.23/contrib/executor/artillery/examples/test.yaml (about) 1 config: 2 target: "https://api.zippopotam.us" 3 phases: 4 - duration: 10 5 arrivalRate: 5 6 name: Warm up 7 - duration: 20 8 arrivalRate: 5 9 rampTo: 50 10 name: Ramp up load 11 payload: 12 path: "postcodes.csv" 13 fields: 14 - "postcode" 15 16 scenarios: 17 - name: "Get Zip Code Info" 18 flow: 19 - get: 20 url: "/us/{{ postcode }}"