1.0.7 • Published 1 year ago

artillery-plugin-scenario-threshold v1.0.7

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
1 year ago

Per scenario threshold:

config:
  target: "https://www.artillery.io"
  plugins:
    scenario-threshold: {}
  phases:
    - duration: 10
      arrivalRate: 1
  scenario-threshold:
    thresholdPerEndpointEnabled: true
scenarios:
  - name: 'root'
    thresholds:
      - engine.http.response_time.p95: 1000
    flow:
      - get:
          url: "/"
  - name: 'docs'
    thresholds:
      - engine.http.response_time.p95: 1500
    flow:
      - get:
          url: "/docs"
  - name: 'integration'
    thresholds:
      - engine.http.response_time.p95: 2000
    flow:
      - get:
          url: "/integration"

License

MPL 2.0

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago