Files
stroke/examples/basic-health-check.yaml
2025-09-12 17:01:54 +03:00

14 lines
218 B
YAML

target:
url: "https://httpbin.org/get"
method: "GET"
timeout: 10
load:
requests: 100
concurrency: 10
duration: "1m"
pattern: "constant"
reporting:
format: ["console", "json"]
output_dir: "./results"