Skip to content

Commit ba26cb2

Browse files
author
Samin Rahman
committed
Increased token gen vus
1 parent 23f0410 commit ba26cb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

performance-testing/uid2-operator/k6-token-generate-refresh-identitymap-scenario-1.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const options = {
2525
exec: 'tokenGenerate',
2626
timeUnit: '1s',
2727
preAllocatedVUs: 1500,
28-
maxVUs: 2000,
28+
maxVUs: 2500,
2929
stages: [
3030
{ duration: warmUpTime, target: generateRPS}
3131
],
@@ -64,8 +64,8 @@ export const options = {
6464
exec: 'tokenGenerate',
6565
rate: generateRPS,
6666
timeUnit: '1s',
67-
preAllocatedVUs: 1500,
68-
maxVUs: 2000,
67+
preAllocatedVUs: 1800,
68+
maxVUs: 2500,
6969
duration: testDuration,
7070
gracefulStop: '0s',
7171
startTime: warmUpTime,

0 commit comments

Comments
 (0)