mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
13 lines
253 B
YAML
13 lines
253 B
YAML
|
config:
|
||
|
target: "http://localhost:4242"
|
||
|
defaults:
|
||
|
headers:
|
||
|
authorization: "{{ $processEnvironment.PERF_AUTH_KEY }}"
|
||
|
phases:
|
||
|
- duration: 60
|
||
|
arrivalRate: 10
|
||
|
scenarios:
|
||
|
- flow:
|
||
|
- get:
|
||
|
url: "/api/client/features"
|