mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
16 lines
No EOL
238 B
YAML
16 lines
No EOL
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" |