feat(test) #1 Ajout d'un test de charge #2
|
@ -4,8 +4,8 @@ import http from 'k6/http'
|
||||||
export const options = {
|
export const options = {
|
||||||
scenarios: {
|
scenarios: {
|
||||||
load: {
|
load: {
|
||||||
vus: 1,
|
vus: 10,
|
||||||
iterations: 1,
|
iterations: 10,
|
||||||
executor: 'per-vu-iterations',
|
executor: 'per-vu-iterations',
|
||||||
options: {
|
options: {
|
||||||
browser: {
|
browser: {
|
||||||
|
|
Loading…
Reference in New Issue