mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
16 lines
238 B
YAML
16 lines
238 B
YAML
|
config:
|
||
|
target: 'http://localhost:8080/'
|
||
|
|
||
|
ensure:
|
||
|
p95: 200
|
||
|
maxErrorRate: 1
|
||
|
|
||
|
phases:
|
||
|
- duration: 60
|
||
|
arrivalRate: 20
|
||
|
scenarios:
|
||
|
- flow:
|
||
|
- get:
|
||
|
url: "/hls/stream.m3u8"
|
||
|
- get:
|
||
|
url: "/status"
|