Skip to content

Commit 8a6a75a

Browse files
committed
Set to 500 VUs and 10 min
1 parent 214a732 commit 8a6a75a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const clientKey = "";
1212
const generateVUs = vus;
1313
const refreshVUs = vus;
1414
const identityMapVUs = vus;
15-
const testDuration = '5m'
15+
const testDuration = '10m'
1616

1717
//30 warm up on each
1818
// 5 min each

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import encoding from 'k6/encoding';
44
import { check } from 'k6';
55
import http from 'k6/http';
66

7-
const vus = 50;
7+
const vus = 500;
88
const baseUrl = "http://uid2-prod-opr-use2-alb-698161474.us-east-2.elb.amazonaws.com";
99
const clientSecret = "";
1010
const clientKey = "";
1111

1212
const generateVUs = vus;
1313
const refreshVUs = vus;
1414
const identityMapVUs = vus;
15-
const testDuration = '5m'
15+
const testDuration = '10m'
1616

1717
//30 warm up on each
1818
// 5 min each

0 commit comments

Comments
 (0)