Welcome to mirror list, hosted at ThFree Co, Russian Federation.

artillery.yml « load « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2c3c293d8b9bfd3c6a59351b09422ee7939926e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config:
  target: "{{ $processEnvironment.HOST_URL }}"
  phases:
    - duration: 60
      arrivalRate: 1
      name: "Warm up"
    - duration: 120
      arrivalRate: 1
      rampTo: 50
      name: "Gradual ramp up"
    - duration: 60
      arrivalRate: 50
      name: "Sustained max load"
scenarios:
  - name: "Visit large issue url"
    flow:
      - get:
          url: "{{ $processEnvironment.LARGE_ISSUE_URL }}"
  - name: "Visit large MR url"
    flow:
      - get:
          url: "{{ $processEnvironment.LARGE_MR_URL }}"