{ "name": "public-https-no-token-demo", "target": { "type": "public", "url": "https://jsonplaceholder.typicode.com" }, "auth": { "mode": "none" }, "scenarios": [ { "name": "get-post", "method": "GET", "path": "/posts/1", "weight": 1, "expect_status": 200 } ], "load": { "vus": 10, "duration": "20s" }, "thresholds": { "http_req_duration": "p(95)<1500", "http_req_failed": "rate<0.02" } }