This commit is contained in:
Dev
2025-09-12 17:01:54 +03:00
commit 815237d804
16 changed files with 2595 additions and 0 deletions

View 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"