Browse Source

6vus

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

2
loadtests/k6-script.js

@ -5,7 +5,7 @@ import "./libs/shim/core.js";
export let options = { export let options = {
maxRedirects: 4, maxRedirects: 4,
duration: "1m", duration: "1m",
vus: 5,
vus: 6,
thresholds: { thresholds: {
http_req_duration: ["p(90)<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