Skip to content

Commit

Permalink
vus
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodandrea committed Oct 25, 2024
1 parent e4731ce commit 971744f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/k6browser_lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const options = {
preAllocatedVUs: 200, // Numero di VU preallocati
maxVUs: 400, // Numero massimo di VU
stages: [
{ duration: '60s', target: 20 }, // Raggiunge 50 iterazioni al secondo in 5 minuti
{ duration: '60s', target: 50 }, // Mantiene 50 iterazioni al secondo per 10 minuti
{ duration: '60s', target: 20 }, // Riduce a 0 iterazioni al secondo in 5 minuti
{ duration: '60s', target: 10 }, // Raggiunge 50 iterazioni al secondo in 5 minuti
{ duration: '60s', target: 20 }, // Mantiene 50 iterazioni al secondo per 10 minuti
{ duration: '60s', target: 10 }, // Riduce a 0 iterazioni al secondo in 5 minuti
],

options: {
Expand Down

0 comments on commit 971744f

Please sign in to comment.