diff --git a/performance/get-all-movies-then-get-one.yml b/performance/get-all-movies-then-get-one.yml index 8101243..d3af13b 100644 --- a/performance/get-all-movies-then-get-one.yml +++ b/performance/get-all-movies-then-get-one.yml @@ -31,22 +31,24 @@ config: baseline-staging: target: "https://acp4uwddy7.execute-api.eu-west-2.amazonaws.com/staging" phases: - - duration: 1 + - duration: 1min arrivalRate: 1 + rampTo: 100 name: Warm up - duration: 10min arrivalRate: 100 name: Baseline - regression-custom: target: "{{ $env.SERVICE_URL }}" phases: - - duration: 1 + - duration: 1min arrivalRate: 1 + rampTo: 100 name: Warm up - duration: 10min arrivalRate: 100 name: Baseline + scenarios: - name: get-all-movies-then-get-one