Skip to content

Commit

Permalink
vu
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodandrea committed Oct 25, 2024
1 parent 971744f commit cb49138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/k6browser_lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const options = {
executor: 'ramping-arrival-rate',
startRate: 10, // Inizia con 5 iterazioni al secondo
timeUnit: '1s', // Unità di tempo per il rate
preAllocatedVUs: 200, // Numero di VU preallocati
maxVUs: 400, // Numero massimo di VU
preAllocatedVUs: 100, // Numero di VU preallocati
maxVUs: 200, // Numero massimo di VU
stages: [
{ duration: '60s', target: 10 }, // Raggiunge 50 iterazioni al secondo in 5 minuti
{ duration: '60s', target: 20 }, // Mantiene 50 iterazioni al secondo per 10 minuti
Expand Down

0 comments on commit cb49138

Please sign in to comment.