Skip to content

Commit c4025f6

Browse files
committed
Update vus and duration
1 parent 2cb3185 commit c4025f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

performance-testing/uid2-operator/k6-identity-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const baseUrl = __ENV.OPERATOR_URL;
99
const clientSecret = __ENV.CLIENT_SECRET;
1010
const clientKey = __ENV.CLIENT_KEY;
1111
const identityMapVUs = 300;
12-
const identityMapLargeBatchVUs = 10;
12+
const identityMapLargeBatchVUs = 30;
1313

1414
const generateVUs = identityMapLargeBatchVUs;
1515
const testDuration = '45m'

performance-testing/uid2-operator/k6-token-generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const clientSecret = __ENV.CLIENT_SECRET;
1111
const clientKey = __ENV.CLIENT_KEY;
1212

1313
const generateVUs = vus;
14-
const testDuration = '60m'
14+
const testDuration = '45m'
1515

1616
export const options = {
1717
insecureSkipTLSVerify: true,

0 commit comments

Comments
 (0)