Skip to content

Commit

Permalink
1min
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodandrea committed Oct 29, 2024
1 parent b05765a commit d8bafe1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/k6browser_lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export const options = {
scenarios: {
perftest: {
//executor: 'per-vu-iterations',
executor: 'constant-vus',
vus: 100, // Numero di utenti virtuali
duration: '60s',
// executor: 'constant-vus',
// vus: 100, // Numero di utenti virtuali
// duration: '60s',
//iterations: 10, // Numero di iterazioni per utente virtuale

//constant-arrival-rate: Mantiene un tasso costante di nuove iterazioni per un periodo di tempo.
Expand All @@ -41,13 +41,13 @@ export const options = {
// ],

// executor: 'ramping-vus',
// startVUs: 50,
// stages: [
// { duration: '60s', target: 50 },
// { duration: '60s', target: 100 },
// { duration: '60s', target: 100 },
// { duration: '60s', target: 50 },
// ],
startVUs: 50,
stages: [
{ duration: '15s', target: 50 },
{ duration: '15s', target: 50 },
{ duration: '15s', target: 50 },
{ duration: '15s', target: 50 },
],

options: {
browser: {
Expand Down

0 comments on commit d8bafe1

Please sign in to comment.