1
This commit is contained in:
14
examples/basic-health-check.yaml
Normal file
14
examples/basic-health-check.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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"
|
Reference in New Issue
Block a user