From 082ab9a7eacc2c42f19849a2cdfe9fbffb4336a8 Mon Sep 17 00:00:00 2001 From: aardouin Date: Fri, 4 Oct 2024 11:11:49 +0200 Subject: [PATCH] fix(test) #1 Correction scenario --- misc/k6/TestChallenge.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {