diff --git a/misc/k6/TestChallenge.js b/misc/k6/TestChallenge.js index c43b602..ea34250 100644 --- a/misc/k6/TestChallenge.js +++ b/misc/k6/TestChallenge.js @@ -4,8 +4,8 @@ import http from 'k6/http' export const options = { scenarios: { load: { - vus: 1, - iterations: 1, + vus: 10, + iterations: 10, executor: 'per-vu-iterations', options: { browser: {