Browse Source

test 10

master
ganesh 4 years ago
parent
commit
215b5eb3dd
1 changed files with 2 additions and 2 deletions
  1. 4
      loadtests/k6-script.js

4
loadtests/k6-script.js

@ -5,9 +5,9 @@ import "./libs/shim/core.js";
export let options = {
maxRedirects: 4,
duration: "1m",
vus: 10,
vus: 5,
thresholds: {
http_req_duration: ["p(95)<500"] // 95 percent of response times must be below 500ms
http_req_duration: ["p(90)<500"] // 95 percent of response times must be below 500ms
}
};

Loading…
Cancel
Save